Tutorial Repository
Overview
The official Kvantify Qrunch tutorial repository is hosted on GitHub:
Repository link: https://github.com/Kvantify/qrunch_tutorials
Each folder in the repository contains a self-contained tutorial, including the files required by the tutorial.
Usage
Clone or download the repository:
git clone https://github.com/Kvantify/qrunch_tutorials.git
Navigate to a tutorial folder of your choice.
Follow the instructions in the Jupyter notebook.
jupyter notebook tutorial_name.ipynb
Ensure you have a working conda environment with `qrunch` installed.
Recommended setup
It is recommended to use the tutorials within an IDE that supports code completion (such as VS Code or PyCharm).