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

Add possibility to control when the state is approximated #210

Open
hillmich opened this issue Mar 21, 2023 · 0 comments
Open

Add possibility to control when the state is approximated #210

hillmich opened this issue Mar 21, 2023 · 0 comments
Assignees
Labels
enhancement Anything related to improvements of the existing library

Comments

@hillmich
Copy link
Member

What's the problem this feature will solve?

Currently the approximation will run either when the DD grows too large or evenly interspersed between between blocks of operations in the circuit.

Describe the solution you'd like

When creating a circuit, often it contains building blocks at whose boundaries approximation make sense. It would be nice to be able to control when the approximation is applied.

Possible ways I can think of right now:

  • Add an opaque approx <fidelity> operation in the circuit.
  • Pass an extra list of positions when the approximations should be applied in the circuit.
@hillmich hillmich added the enhancement Anything related to improvements of the existing library label Mar 21, 2023
@hillmich hillmich self-assigned this Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Anything related to improvements of the existing library
Projects
None yet
Development

No branches or pull requests

1 participant