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

logic for parsing/merging ECA results #1139

Open
richrines1 opened this issue Jan 9, 2025 · 0 comments
Open

logic for parsing/merging ECA results #1139

richrines1 opened this issue Jan 9, 2025 · 0 comments

Comments

@richrines1
Copy link
Contributor

What is happening?

ECA compilation will return a list of equivalent compiled circuits, possibly with different logical-to-physical mappings. It would be nice to have a client-side tool for the "Averaging" step (which would take in a list of results and combine them into a single dict)

What are the current alternatives?

No response

Any additional context?

one thing to be careful about is how the target itself organizes results - for example ibm results will already be organized by classical bit (and so this tool would just have to merge the dictionaries), whereas some other targets will always measure all every qubit (ignoring classical bits/measurement keys)

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

No branches or pull requests

1 participant