-
Notifications
You must be signed in to change notification settings - Fork 51
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
[surface code] Azure model and new AlgorithmSummary #1157
[surface code] Azure model and new AlgorithmSummary #1157
Conversation
bda6914
to
c778339
Compare
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.
LGTM%nits
) | ||
if M['R'] > 0: | ||
# NOTE! argument to the rotation_cost method is inverted relative to eq. D3. | ||
rotation_cost = rotation_model.rotation_cost(eps_syn / M['R']) |
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.
this should also include calling rotation_model.preparation_overhead to allow users to use other rotation models
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.
I was porting the existing code. What should the expression be?
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.
just added the prep cost, ptal
c778339
to
c9ff4d3
Compare
@NoureldinYosri ptal |
This PR builds on #1154 and migrates the azure model to use
GateCounts
via a newAlgorithmSummary
that usesGateCounts
.