munich-quantum-toolkit / munich-quantum-toolkit/ddsim
Add possibility to control when the state is approximated
Open
@hillmich is already working on this.
Since Mar 21, 2023.
enhancement
- Dominant language
- C++
- Stars
- 162
- Forks
- 40
- Avg merge
- 4h 49m
- Merged PRs (30d)
- 40
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.