ExactSampler
should recognize duplicate circuits and simulate each unique circuit only once
#185
Labels
enhancement
New feature or request
exact simulator
Related to the exact simuator in `circuit_knitting_toolbox/utils/simulation.py`
low priority
The simplest way to do this will just be to do an
is
comparison, similar to how theunique_by_id
utility function works.The text was updated successfully, but these errors were encountered: