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

[Feature Request] Use Gate Based Parser to read Pauli rotations as well #258

Open
gwwatkin opened this issue Feb 14, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@gwwatkin
Copy link
Member

Issue Description

#257 introduces gate based circuits. It is desirable to avoid the code duplication that there currently is between the Circuit of Pauli Rotation's parser (introduced by #254) and the Gate based parser.

Also adds a layer of abstraction between QASM and Pauli circuits, which is probably desireable.

Proposed Solution

Use the gate based parser to read QASM into a circuit of gates. Then read the circuit of gates into Pauli rotations. Probably worth breaking to Clifford+T at the gate level, as opposed to rotations.

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

No branches or pull requests

2 participants