Introduction to Quantum Computer Programming
Programming exercises
We will use Python 3.10 and program our quantum circuits using the Qiskit library. Required packages are
qiskit==1.2
qiksit_aer==0.15
qiskit_ibm_runtime==0.30
Some additional packages, such as matplotlib, might be needed as well. We will make use of Jupyter notebooks, so please prepare your programming environment accordingly. You can use the following notebook to test your installation (you do not need to execute the "Running on IBM devices" part, as it requires some additional actions).
For the tutorials, the machines should have installed Qiskit in the Python 3.12 module. You can initialize it by running script:
module add python3-3.12.5