Skip to content

Commit

Permalink
Merge branch 'main' into pauli-lindblad-error
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj authored Jun 6, 2024
2 parents 10960a2 + 4a5e830 commit b7d3590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/terra/noise/test_noise_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,5 @@ def test_pauli_lindblad_error_sampling_equiv(self):
probs2 = [counts2.get(i, 0) / shots for i in ["00", "01", "10", "11"]]
np.testing.assert_allclose(probs1, probs2, atol=5e-2)


if __name__ == "__main__":
unittest.main()

0 comments on commit b7d3590

Please sign in to comment.