A collection of quantum information/algorithm codes in python's Qiskit from IBM.
Some are from the Qiskit's textbook GitHub.
Install requirements.txt file to make sure correct versions of libraries are being used.
- Python
- Jupyterlab
- qiskit
also, pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src
as depicted in the Qiskit's textbook setting the environment.
The codes/notebooks should be compatible with most qiskit versions, since recent qiskits do not use Aer and the syntax has changed a lot for the simulator part. The circuit part is pretty much the same ever. (noted: 5 Jun 2025)
The MIT License (MIT)
Copyright (c) 2021 Peratham Wiriyathammabhum