Some exercises about quantum computing, following the tutorials from Qiskit.
Install anaconda and qiskit on Ubuntu by issuing the following commands:
pip3 install anaconda
pip3 install qiskit
Run the program on Ubuntu by issuing the following command:
python3 main.py