Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki committed May 17, 2022
1 parent 8bd3735 commit aabc56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/quantum/gate/gate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func TestIsUnitary(t *testing.T) {
{gate.Y(), true},
{gate.Z(), true},
{gate.U(1, 2, 3), true},
{gate.R(2 * math.Pi / 16), true},
{gate.R(gate.Theta(4)), true},
{gate.RX(1.23), true},
{gate.RY(1.23), true},
{gate.RZ(1.23), true},
Expand Down

0 comments on commit aabc56e

Please sign in to comment.