/quantum_teaching

Repository to collect Quantum Computing teaching material

Primary LanguageJupyter NotebookMIT LicenseMIT

Teaching Quantum Computing

QEVEC RSEs Tutorial

Instructions

To run the tutorial you will need the following:

  • install conda on your computer (instructions here)
  • clone or download this repository (green code button above)
  • crete the environment by using the following command: conda env create -f qc_tutorial.yml (the qc_tutorial.yml file is contained in this repository)
  • get access to the D-Wave quantum annealers. D-Wave gives a free one off 1 minute access to their machines upon registration. If you create a Developer account by linking your GitHub account you get 1 min/month for free (if you don't have a GitHub account no worries, it is free and quick to get). Instructions about configuring access can be found here. The tutorial can be used to generate QUBO/Ising models without having access to the actual anenaler.
  • launch the QEVEC_RSE_tutorial.ipynb Jupyter Notebook
  • Have fun!