Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KetpuntoG committed Oct 7, 2024
1 parent 5893c0b commit ca722ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demonstrations/tutorial_how_to_use_arithmetic_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def circuit(x,y):

prepare_initial_state(x, y) # |x> |y> |0>
qml.Adder(4, wires["output"]) # |x> |y> |4>
adding_3xy() # |x> |y> |3 + 3xy>
adding_3xy() # |x> |y> |4 + 3xy>

return qml.sample(wires=wires["output"])

Expand Down

0 comments on commit ca722ae

Please sign in to comment.