You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ApplyQPE and ApplyOperationPowerCA to Canon namespace (#2473)
- Added ApplyQPE and ApplyOperationPowerCA to Canon namespace.
- Added doc comments
- Added tests
ApplyQPE along with the previously implemented ApplyQFT are useful
primitives for quantum algorithms. To keep these implementations simple
and avoid performance penalty no swaps are performed on arguments or
results. In most cases such results can be used without problems. Note,
that ApplyQFT and ApplyQPE work with little-endian registers.
---------
Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
0 commit comments