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

ExactSampler should recognize duplicate circuits and simulate each unique circuit only once #185

Open
garrison opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request exact simulator Related to the exact simuator in `circuit_knitting_toolbox/utils/simulation.py` low priority

Comments

@garrison
Copy link
Member

The simplest way to do this will just be to do an is comparison, similar to how the unique_by_id utility function works.

@garrison garrison added enhancement New feature or request low priority exact simulator Related to the exact simuator in `circuit_knitting_toolbox/utils/simulation.py` labels May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exact simulator Related to the exact simuator in `circuit_knitting_toolbox/utils/simulation.py` low priority
Projects
None yet
Development

No branches or pull requests

1 participant