Moving between worlds
Now you have seen how to create your quantum scores in Circuit Composer, and how to run them on a simulator, and on a real IBM quantum computer. But the rest of the book will be about working in Qiskit® with your programs. Do we just say farewell to IBM Quantum Experience® then?
Not so fast. IBM Quantum Experience® is a great environment for learning how to build quantum scores, and you do not have to troubleshoot Python code or worry about your environment being up to date (IBM takes care of that for you), and it is actually pretty easy to take what you create in IBM Quantum Experience® and just move it over to Qiskit®.
You have two options:
- Qiskit®: With Qiskit® code export, your quantum score is translated into Python code that you can paste directly into your Python interpreter and run. This is a one-way trip from IBM Quantum Experience® to Qiskit®.
- QASM: Underneath the covers, IBM Quantum Experience...