Skip to content

BBN-Q/Auspex

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 22, 2021
ddb033c · Apr 22, 2021
Dec 10, 2020
Oct 20, 2020
Apr 22, 2021
Apr 22, 2021
Apr 23, 2020
Nov 6, 2015
Feb 7, 2019
Aug 22, 2016
Dec 10, 2020
Jul 23, 2019
Jan 28, 2020
Jul 23, 2019
Jan 28, 2020

Repository files navigation

auspex

Build Documentation on Github Pages

Auspex, the AUtomated System for Python-based EXperiments, is a framework for performing laboratory measurements. Auspex was developed by a group that primarily performs measurements on superconducting qubits and magnetic memory elements, but its underpinnings are sufficiently general to allow for extension to arbitrary equipment and experiments. Using several layers of abstraction, we attempt to meet the following goals:

  1. Instrument drivers should be easy to write.
  2. Measurement code should be flexible and reusable.
  3. Data acquisition and processing should be pipelined, asynchronous, and reconfigurable.
  4. Experiments should be adaptive, not always pre-defined.

Features

  1. Easy driver specification using metaprogramming.
  2. Fast multiprocessing pipeline for digitizer (or other) data.
  3. Tight integration with QGL for quantum experiment definition.
  4. Qubit calibration routines.
  5. Run within Jupyter notebooks.
  6. Easy pipeline specification and graphical display of pipelines.
  7. Separate zmq/matplotlib plotting clients for local or remote use.
  8. Custom high-performance file format (numpy mmaps) with full data axis descriptors and metadata.

Regrettably in-notebook plotting is difficult to implement for more than simple 1D sweeps. Notebook caching and javascript interface limitations make returning large amounts of data impractical. Final plots may be displayed

Documentation

Full documentation can be found at readthedocs.

Funding

This software is based in part upon work supported by the Office of the Director of National Intelligence (ODNI), Intelligence Advanced Research Projects Activity (IARPA), via contract W911NF-14-C0089 and Army Research Office contract No. W911NF-14-1-0114. The views and conclusions contained herein are those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the ODNI, IARPA, or the U.S. Government.