Skip to content

Commit 61e1438

Browse files
committed
add validation error if measurement id analysis fails
1 parent 8fc4860 commit 61e1438

File tree

1 file changed

+0
-3
lines changed
  • src/bloqade/gemini/analysis/measurement_validation

1 file changed

+0
-3
lines changed

src/bloqade/gemini/analysis/measurement_validation/impls.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ def measure(
3535
@gemini.logical.dialect.register(key="gemini.validate.terminal_measurement")
3636
class __GeminiLogicalMeasurementValidation(_interp.MethodTable):
3737

38-
# This is a logical terminal measurement, which is allowed
39-
# but we impose the following restrictions:
40-
# 1. All qubits spawned MUST be consumed
4138
@_interp.impl(gemini.logical.stmts.TerminalLogicalMeasurement)
4239
def terminal_measure(
4340
self,

0 commit comments

Comments
 (0)