Giter Site home page Giter Site logo

pyqlab's Introduction

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 all the dependencies. The few remaining can be installed from the termminal or Anaconda Command Prompt on Windows. On Windows you may also need to ensure that either the already installed git is on the path or conda install git.

Python 2

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

Python 3

PyQLab depends on enaml/atom which have only recently become Python 3 compatible via a fork. You may wan to run PyQlab from its own environment to segregate its dependencies from your standard environment.

conda create --name pyqlab python=3.6 scipy networkx h5py bokeh
source activate pyqlab
conda install -c ecpy enaml 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/3.5
  • Numpy/Scipy
  • Nucleic enaml/atom
  • h5py
  • future
  • watchdog
  • Bokeh 0.7
  • iPython 3.0 (only for Jupyter notebooks)
  • QGL

pyqlab's People

Contributors

caryan avatar blakejohnson avatar rmcgurrin avatar grahamrow avatar matthewware avatar

Watchers

James Cloos 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.