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

  1. Clone or download the repository:

    git clone https://github.com/Kvantify/qrunch_tutorials.git
    
  2. Navigate to a tutorial folder of your choice.

  3. Follow the instructions in the Jupyter notebook.

    jupyter notebook tutorial_name.ipynb
    
  4. Ensure you have a working conda environment with `qrunch` installed.