Skip to content

Commit ef202e9

Browse files
authored
Fix typo
1 parent f24da4e commit ef202e9

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)