Skip to content

Commit

Permalink
fix guppy example
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Jan 14, 2025
1 parent 82d752d commit 22da620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guppy_examples/planqc_1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from guppylang import guppy, quantum, qubit
from guppylang.std.angles import angle, angles
from guppylang.std.quantum import h, measure, result, rz
from guppylang.std.quantum import h, measure, rz
from guppylang.std.builtins import result

guppy.load(quantum)
guppy.load(angles)
Expand Down

0 comments on commit 22da620

Please sign in to comment.