-
Notifications
You must be signed in to change notification settings - Fork 0
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
Combine counters #103
base: main
Are you sure you want to change the base?
Combine counters #103
Conversation
combine_counts: indicates, when applicable, whether to combine the counts associated | ||
with different parameter values that were submitted for a single parametrized | ||
circuit. |
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 think this explanation has to be extended further:
- we should clarify what "when applicable" means
- we should clarify that and how we use
np.ndarray.flatten
- we should have a clear example what this implies for 0d-, 1d-, and Nd- arrays of parameters in the original job
We can either do that in the docs here, or in a how-to guide and link to that from here (which may be better as it gives us more space for explanations).
combine_counts: indicates, when applicable, whether to combine the counts associated | ||
with different parameter values that were submitted for a single parametrized | ||
circuit. |
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 needs to be aligned with whatever updates we apply based on the previous comment.
Add an option for the post-processors to combine the counts associated with different parameter | ||
values that were submitted in the same POVM sampler PUB. |
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.
If we do end up with a new how-to guide, we should link to that from here.
Add an option for the post-processors to combine the counts associated with different parameter values that were submitted in the same POVM sampler PUB.