Skip to content

Commit 58cac7a

Browse files
committed
Merge branch 'main' of https://github.com/itsubaki/q
2 parents 8456e57 + ef202e9 commit 58cac7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quantum/qubit/qubit_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ func Example_povm() {
839839
E3 := gate.I().Sub(E1).Sub(E2)
840840

841841
add := E1.Add(E2).Add(E3)
842-
fmt.Println("euqlas:", add.Equal(gate.I()))
842+
fmt.Println("equal:", add.Equal(gate.I()))
843843

844844
{
845845
q0 := qubit.Zero().Apply(E1) // E1|0>
@@ -864,7 +864,7 @@ func Example_povm() {
864864
}
865865

866866
// Output:
867-
// euqlas: true
867+
// equal: true
868868
// zero:
869869
// (0+0i)
870870
// (0.2929+0i)

0 commit comments

Comments
 (0)