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.
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
.
- Python 2.7
- Numpy/Scipy
- Nucleic enaml/atom
- h5py
- future
- watchdog
- Bokeh 0.7
- iPython 3.0 (only for Jupyter notebooks)
- QGL