Giter Club home page Giter Club logo

quince's Introduction

quince-small Documentation Status

This project is intended as an alternative means of defining the topology of an experiment, and will augment certain functionality of PyQLab's 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

Dependencies

  1. Python 3
  2. PyQt5
  3. QtPy
  4. networkx
  5. ruamel.yaml
  6. 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.

quince's People

Contributors

blakejohnson avatar caryan avatar fongkc avatar grahamrow avatar matthewware avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quince's Issues

Quince never loads Alazar

Quince can never find the Alazar source on startup. Have to add manually each time. Once added it does save properly.

Enable predecessors, not descendants

Currently, when enabling a node all the descendants are enabled as well. I think it would be preferable to have the opposite effect: enable all the predecessors. Thoughts?

run-quince.py doesn't run on Linux

Maybe on macOS there is some automagic but on Linux the shebang needs to be correct and the Python scripts needs executable permissions.

New instrument nodes are not visible

I'm not entirely sure of the steps to reproduce this. But, what I did was:

  • trash my libraries (all of them)
  • create an X6 and an Alazar digitizer
  • launch Quince, see nothing

If I enter a debug prompt, I can discover that the scene does in fact contain two nodes with my two digitizers. However, I cannot "find" them in the view.

Corrupt data in QSettings

While dealing with #3, I have frequently run into a problem where the position data in QSettings gets corrupted. Consequently, I've been doing this a lot:

from qtpy.QtCore import QSettings
settings = QSettings("BBN", "Quince")
settings.clear()
settings.sync()

It would be better to track down where this error is actually thrown and handle it more gracefully.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.