Skip to content
forked from BBN-Q/PyQLab

A python library for instrument control and superconducting QIP experiments.

License

Notifications You must be signed in to change notification settings

rmcgurrin/PyQLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQLab Instrument and Qubit Control Software

Build Status Coverage Status

This is a python package for managing instruments and control parameters for superconducting qubit systems. It complements the Qlab repository by providing simple GUIs for creating the JSON settings structures used by Qlab.

Setup instructions

The most straightforward way to get up and running is to use the Anaconda Python distribution. This includes nearly the dependencies. The few remaining can be installed from the termminal or Anaconda Command Prompt on Windows

conda install atom enaml future
pip install watchdog
pip install git+https://github.com/BBN-Q/QGL.git

The PyQLab config file will be created the first time you run ExpSettingsGUI.py.

Dependencies

  • Python 2.7
  • Numpy/Scipy
  • Nucleic enaml/atom
  • h5py
  • future
  • watchdog
  • Bokeh 0.7
  • iPython 3.0 (only for Jupyter notebooks)
  • QGL

About

A python library for instrument control and superconducting QIP experiments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%