Skip to content

Commit

Permalink
fix: doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Jul 9, 2024
1 parent f6e1c37 commit c7de54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tutorials/compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Therefore the previous manipulations can be done as follows:

# define circuit
circuit = Circuit(1)
circuit.add(gates.U3(0, 0.1, 0.2, 0.3))
circuit.add(gates.GPI2(0, 0.1))
circuit.add(gates.M(0))

# set backend to qibolab
Expand Down

0 comments on commit c7de54e

Please sign in to comment.