quantumlib / Qualtran

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.
https://qualtran.readthedocs.io/en/latest/
Apache License 2.0
173 stars 40 forks source link

Add epsilon parameter to Prepare #985

Open fdmalone opened 4 months ago

fdmalone commented 4 months ago

In general a block encoding will only be accurate to some $\epsilon$ which is typically tied back to (potentially several) $\epsilon$'s from state preparation. It's currently not exposed in Prepare. The issue is to add this.

fdmalone commented 4 months ago

xref #967