We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d420566 commit d2fb881Copy full SHA for d2fb881
test/pyqrack/runtime/noise/native/test_pauli.py
@@ -79,7 +79,7 @@ def test_atom_loss():
79
rng_state.choice.side_effect = ["y"]
80
rng_state.uniform.return_value = 0.5
81
sim_reg = run_mock(test_atom_loss, rng_state)
82
- sim_reg.assert_has_calls([call.mcz([0], 1), call.force_m(0, 0), call.y(1)])
+ sim_reg.assert_has_calls([call.mcz([0], 1), call.m(0), call.y(1)])
83
84
85
def test_cz_pauli_channel_true():
0 commit comments