InstrumentControl.jl

A Julia package for qubit measurement and analysis.

Installation

Example Notebooks

InstrumentControl.jl relies on having physical instruments, communication with a database set up by ICDataServer.jl, and various files with machine specific configuration information in order to run. As such, we provide some example notebooks in order to showcase this package's functionality.

# put example notebooks here

New to Julia

This documentation seeks to provide a higher-level description of the architecture and control-flow of the code, with references to the source code only to facilitate explanation. If the user seeks to understand the source code, while this documentation is a useful aid, aptitude and understanding of the Julia language will be necessary to fully understand it's implementation in a line by line level. For those who have a background in programming, but not in Julia, below is a list of Julia features used in the source code which might not be featured in other languages, along with links to the Julia docs explaining them. It is our hope that, with the reading listed below and this documentation, that any reader with some background in programming would be able to satisfactorily understand the source code: