Code Monkey home page Code Monkey logo

qube's Introduction

qube

Useful tools for experiments performed by the group of Dr. Christopher Bauerle (CNRS Neel Institute, Grenoble)


How to install QCoDeS?

Open your Anaconda/Miniconda prompt and install qcodes:

conda create -n qcodes python=3.9
conda activate qcodes
pip install qcodes

Open your Anaconda/Miniconda prompt and install additional packages:

activate qcodes
pip install python-gdsii
pip install style
conda install -c conda-forge scipy
conda install -c conda-forge gdspy
conda install -c conda-forge jupyterlab
conda install -c conda-forge ipympl
conda install -c conda-forge nidaqmx-python
pip install nifpga

How to start an experiment with QCoDeS?


COPY the "YYYYMMDD__experiment__sample" folder into "E:/your_name/" and rename it the following way:

YYYYMMDD ... starting date of the experiment experiment ... name of your experiment -- for instance "ABL" for Aharanov-Bohm oscillations with Levitons sample ... name of your sample -- for instance "v0_b3" for first version of design and 2nd column (B) and 3rd row (3) of your chip

Note: For automatic recognition, is important to keep TWO subsequent underscores "__" between the keywords of the folder name.

The folder has the following content:

./configurations/ This folder holds Jupyter Notebooks to setup different configurations of your experiment. As a starting point you can check the default configuration of your fridge -- for instance "default_wodan.ipynb". Setup your configurations accordingly with reasonable file names -- such as "c0_lock_in.ipynb", "m1_pinch_off_dc.ipynb", ... . A configuration notebook contains the instruments that are used on your experimental setup. If you make a modification, always modify a copy of a previously used configuration.

./measurements/ This folder will contain the database for your experiment "experiments.db" with all the measurements. Additionally, there should be all the code for the measurements that are executed during your experiment. The measurement template "tutorial.ipynb" contains all the imports to perform sweeps and basic plotting operations. Use it for your measurements that should be always saved with reasonable names such as "m0_lockin_test", "m1_pinch_off_at_4K", ... .

./notes/ Here one should find only notes that are prepared in a presentable way. We propose to use jupyter notebook with markdown language since it is flexible. You can make your notes however in any format you like (OneNote, PowerPoint, ...)

./tools/ This folder contains tools and instrument drivers that go beyond the standard qcodes functionality. Feel free to adapt them for your application and to add custom functions that you can use in your measurements. After implemententing a new feature that is working well, one can discuss an update of the driver in the template folder.

./QCoDeS - Jupyter Notebook Windows shortcut to open qcodes via Miniconda3 locally or on a network drive.


SETUP your configuration file:


MEASURE:


ANALYSE:

qube's People

Contributors

junliang-wang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.