pyaqueduct

Aqueduct Python Client Library


Keywords
experiment-control, python-package, quantum-computing, software
License
MIT
Install
pip install pyaqueduct==0.1.0

Documentation

PyAqueduct: Aqueduct Python Client Library

Aqueduct is a versatile experiment management system designed to streamline and simplify quantum system administration. Automation, data management and a multi-user platform come together to facilitate demanding experimental activities, through an intuitive, consistent, open interface. With robust security features including role-based access control and authentication, Aqueduct ensures data integrity and accessibility throughout the experiment pipeline.

Aqueduct is an extensible platform, with a full API allowing connectivity with external systems, and an extensions SDK allowing extensions to expand core Aqueduct functionality in a flexible and secure way. This first version of Aqueduct contains data management tools that augment a lab’s existing data storage systems by tracking critical settings, raw data and processed data from experiments, keeping them organised and readily accessible. Through convenient features such as tagging, favouriting, archiving, and annotation of experimental data, we facilitate a smoother data workflow for all labs. Aqueduct’s software APIs make it possible to retrofit existing experiment scripts so that all the lab’s data, not just the data produced by Deltaflow.Control, can be saved and accessed in a single, centralized location.

This functionality is faciliated through 2 components: aqueductcore is the server software that hosts the main application, web interface, and handles data storage. pyaqueduct is our python client which allows easy creation of experiments and upload of data and metadata for them.

Installation

You can install PyAqueduct releases from PyPi:

pip install pyaqueduct

Contributing

Aqueduct is an open-source project, and we greatly value all contributions. Contributions are not limited to coding; you can also help by filing issues to report bugs, enhancing our documentation, or requesting new features. We strongly recommend using the templates provided for each of these tasks. If you’re interested in contributing, please refer to our contribution guide for more information. We really appreciate your consideration for contributing to Aqueduct.

License

This project is licensed under the MIT License - see the MIT file for details