diff --git a/examples/example.py b/examples/example.py index f2edfbd..b234474 100644 --- a/examples/example.py +++ b/examples/example.py @@ -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)