Skip to content

Code for automatically tuning quantum dots

License

Notifications You must be signed in to change notification settings

picarro-yren/nanotune

 
 

Repository files navigation

Nanotune is a QCoDeS- and Python-based automated tuning software, which uses supervised machine learning to enable autonomous bring-up of gate-defined quantum dots.

Read more about it here.

Getting Started

Requirements

nanotune requires a working python 3.7+ installation. We recommend using Anaconda or Miniconda for managing nanotune's python environment.

Installing

At the moment, nanotune is only available from GitHub. After cloning, you can set up a python environment in your preferred way, either using the requirements.txt or environment.yml. When using conda, simply navigate into the outer nanotune folder in a terminal and type:

conda env create -f environment.yml
conda activate nanotune
pip install -e .

License

See License.

Code of Conduct

nanotune strictly adheres to the Microsoft Open Source Code of Conduct.

About

Code for automatically tuning quantum dots

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 96.8%
  • Python 3.2%