Skip to content

Commit d420566

Browse files
committed
switch to using standard measurement
1 parent 7ed744d commit d420566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/pyqrack/noise/native.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def atom_loss_channel(
9393

9494
for qarg in active_qubits:
9595
if interp.rng_state.uniform() <= stmt.prob:
96-
qarg.ref.sim_reg.r(qarg.addr)
96+
qarg.ref.sim_reg.m(qarg.addr)
9797
qarg.drop()
9898

9999
return ()

0 commit comments

Comments
 (0)