Skip to content

python module to control Zurich instruments in quantum computing

License

Notifications You must be signed in to change notification settings

ZeeUTao/zi_labrad

Repository files navigation

zi_labrad

python script to control Zurich instruments by using labrad.

Requirements

  • python3 (suggested: 3.7)

  • Clone the repository and

    pip install -r requirements.txt
  • scalabrad

    Binary distribution of scalabrad are distributed via binary. Here is source code of scalabrad.

    To run the binary distribution

    You'll need to have Java 8 installed on your system.

    and add the environmental variable JAVA_HOME to be the directory of installed Java8, for example D:\Java8

Documentation

We use sphinx for documentations, you can build the documentation locally.

Make sure that you have the extra dependencies required to install the docs

pip install -r docs_requirements.txt

Go to the directory docs and

make html

This generate a webpage, index.html, in docs/_build/html with the rendered html.