Skip to content

FZJ-PGI-12/qc-programming-tutorial

Repository files navigation

Quantum Computing Programming Tutorial

Running Test in CI

Setup for Participants

  • Install miniforge to set up an environment for the Python installation. Alternative: Anaconda or Miniconda.

  • Create new conda environment

    conda create -n qc-programming-tutorial python=3.10  
    
  • Activate the new environment

    conda activate qc-programming-tutorial
    
  • Clone this repository and enter the directory

    git clone https://github.com/FZJ-PGI-12/qc-programming-tutorial.git
    cd qc-programming-tutorial
    
  • Install the dependencies

    pip install -r requirements.txt
    
  • Start the notebook

    jupyter notebook
    
  • Test your setup by running all cells. There should be no errors

Tests

Test your environment with

pytest --nbval-lax *.ipynb

There should be no errors

Display Presentation

Install rise extension for jupyter notebook

conda activate qc-programming-tutorial
conda install -c conda-forge rise

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published