Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Nov 8, 2024
1 parent 83fd026 commit 087edb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_nonclifford.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ end
@test_throws ArgumentError PauliChannel(((P"X", P"Z"), (P"X", P"Z")), (1,))
@test_throws ArgumentError UnitaryPauliChannel((P"X", P"ZZ"), (1,2))
@test_throws ArgumentError UnitaryPauliChannel((P"X", P"Z"), (1,))
@test_throws MethodError project!(GeneralizedStabilizer(S"X"), P"X")

0 comments on commit 087edb6

Please sign in to comment.