Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Dec 16, 2024
1 parent 20efa95 commit b33ed35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibo/models/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ class Circuit:
from qibo import Circuit
# Every circuit initialization below is valid
circuit = Circuit(5) # Default wire names are [0, 1, 2, 3, 4]
circuit = Circuit(["A", "B", "C", "D", "E"])
circuit = Circuit(5, wire_names=["A", "B", "C", "D", "E"])
Expand Down

0 comments on commit b33ed35

Please sign in to comment.