Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki committed Jan 3, 2025
1 parent 576954e commit 47b79d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/gate/gate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func TestU(t *testing.T) {
{gate.U(0, 0, 0), gate.I()},
{gate.U(math.Pi, 0, math.Pi), gate.X()},
{gate.U(math.Pi, math.Pi/2, math.Pi/2), gate.Y()},
{gate.U(0, math.Pi, 0), gate.Z()},
{gate.U(math.Pi/2, 0, math.Pi), gate.H()},
{gate.U(math.Pi/4, -1*math.Pi/2, math.Pi/2), gate.RX(math.Pi / 4)},
{gate.U(math.Pi/4, 0, 0), gate.RY(math.Pi / 4)},
Expand Down

0 comments on commit 47b79d2

Please sign in to comment.