Skip to content

Commit

Permalink
Update examples/example.py
Browse files Browse the repository at this point in the history
Co-authored-by: mzangerl <[email protected]>
  • Loading branch information
airwoodix and mzangerl authored Feb 16, 2024
1 parent aaf5b07 commit e5ab803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# match. For example:
backend = provider.get_backend("offline_simulator_no_noise", workspace="default")

# Define a quantum circuit that produces a 2-qubit GHZ state.
# Define a quantum circuit that produces a 4-qubit GHZ state.
qc = QuantumCircuit(4)
qc.h(0)
qc.cx(0, 1)
Expand Down

0 comments on commit e5ab803

Please sign in to comment.