This is a collection of Jupyter notebooks created with the aim of helping computer science students learn the basics of quantum mechanics.
Open a terminal in the directory where you want the project, then run:
git clone https://github.com/seppedijkstra/Quantum_Game.git
cd Quantum_GameInstall all required packages by using requirements.txt:
pip install -r requirements.txtTo build the Jupyter Book from the notebooks, run:
python -c "from jupyter_book.cli.main import main; import sys; sys.argv = ['jupyter-book', 'build','.'];main()"The built book will be available inside the _build/ folder.
To learn more about the quantum rules of this game, read here.
You can try all the notebooks using Google Colab! To do so, just click on the following links.