-
Notifications
You must be signed in to change notification settings - Fork 152
Description
It says there are two arguments, but only one is set
documentation/docs/start/hello-world.ipynb
Lines 77 to 79 in e9a27d1
| "# Create a new circuit with two qubits (first argument) and two classical\n", | |
| "# bits (second argument)\n", | |
| "qc = QuantumCircuit(2)\n", |
I'm not sure what was intended.
--
Why is the preset pass manager in step 3: execute, rather than step 2: optimize?
--
What does pub mean in the comment and variable name in step 3?
frankharkins