Skip to content

Commit 55a9deb

Browse files
committed
Update QuantumFractals1qubit_sphere_fractals_animation_images.ipynb
1 parent f0d8b60 commit 55a9deb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

quantum-fractals-multiple-complex-numbers/QuantumFractals1qubit_sphere_fractals_animation_images.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@
3333
"outputs": [
3434
{
3535
"data": {
36-
"application/vnd.jupyter.widget-view+json": {
37-
"model_id": "372758eb79b744cdbb72711b0fb04e12",
38-
"version_major": 2,
39-
"version_minor": 0
40-
},
4136
"text/plain": [
42-
"CircuitComposer(circuit=<qiskit.circuit.quantumcircuit.QuantumCircuit object at 0x0000025993FEE0B0>)"
37+
"<qiskit.circuit.instructionset.InstructionSet at 0x17e286a9440>"
4338
]
4439
},
40+
"execution_count": 2,
4541
"metadata": {},
46-
"output_type": "display_data"
42+
"output_type": "execute_result"
4743
}
4844
],
4945
"source": [
@@ -74,7 +70,7 @@
7470
],
7571
"source": [
7672
"# Generate a Bloch sphere based on the quantum circuit.\n",
77-
"qc1 = circuit\n" #editor
73+
"qc1 = circuit #editor.circuit\n",
7874
"plot_bloch_multivector(qc1)"
7975
]
8076
},

0 commit comments

Comments
 (0)