Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightweight data structure for representing circuits/operators #3

Open
co9olguy opened this issue Sep 28, 2020 · 2 comments
Open

Lightweight data structure for representing circuits/operators #3

co9olguy opened this issue Sep 28, 2020 · 2 comments

Comments

@co9olguy
Copy link
Owner

We need a simple framework-independent Python data structure for representing quantum circuits/operators that can be used as a parser output.

This data structure should be very lightweight (likely a class containing only simple attributes (lists, dicts, etc.). Eventually, this data structure will serve as the reference implementation, to confirm that a particular implementation is consistent with the spec.

@co9olguy
Copy link
Owner Author

Note that simple prototypes of atomic units like gates and operators have already been created in parser.py

@josh146
Copy link
Collaborator

josh146 commented Sep 29, 2020

More atomic units have been added in #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants