Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbn-q/quince
Quince is a node-based GUI that allows for graphical configuration of qubit experiments in Auspex.
https://github.com/bbn-q/quince
instrument-control python-3
Last synced: 9 days ago
JSON representation
Quince is a node-based GUI that allows for graphical configuration of qubit experiments in Auspex.
- Host: GitHub
- URL: https://github.com/bbn-q/quince
- Owner: BBN-Q
- License: apache-2.0
- Created: 2016-10-21T16:50:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T06:27:46.000Z (12 months ago)
- Last Synced: 2024-06-25T02:33:37.591Z (5 months ago)
- Topics: instrument-control, python-3
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 7
- Watchers: 9
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![quince-small](doc/images/quince-small.png)
[![Documentation Status](https://readthedocs.org/projects/quince/badge/?version=latest)](http://quince.readthedocs.io/en/latest/?badge=latest)This project is intended as an alternative means of defining the topology of an experiment, and will augment certain functionality of [PyQLab's](https://github.com/BBN-Q/PyQLab) ExpSettingsGUI. Currently envisioned use cases:
1. Graphically construct measurement filter pipelines.
2. Graphically establish logical qubits with physical measurement apparatus.Full documentation can be found at [Read the Docs](http://quince.readthedocs.io/en/latest/)
## Dependencies
1. Python 3
2. [PyQt5](https://www.riverbankcomputing.com/software/pyqt/intro)
3. [QtPy](https://github.com/spyder-ide/qtpy)
4. [networkx](https://networkx.github.io/)
5. [ruamel.yaml](https://pypi.python.org/pypi/ruamel.yaml)
6. [Auspex](https://github.com/BBN-Q/auspex) - necessary for populating filter and instrument nodes## 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.