-
Notifications
You must be signed in to change notification settings - Fork 12
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
Ac/dta2 270 implement pauli tracker #150
Conversation
…ding proxy for op_list
Got rid of transpile to clifford + T usage as this should no longer be the defaut method.
🚀 Code Coverage
|
a5253bd
to
443c798
Compare
…com/zapatacomputing/benchq into ac/DTA2-270-implement-pauli-tracker
|
||
# transformed the counts from the qiskit simulation into a real pdf; some really ugly | ||
# bit shifting (and similar) is necessary here | ||
def counts_to_pdf(bits, counts): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not something we need to address in this PR, but I just wanted to note that we could probably simplify this logic in the future. For example by using some of the functionality in orquestra-quantum or by doing checks on the counts dict rather than the pdf.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, we definitely should...
…A2-270-implement-pauli-tracker
Description
This PR implements the full compilation routine in Julia (with a skeleton substrate scheduler)
Please verify that you have completed the following steps