ContinuousOracle user defined type
Namespace: Microsoft.Quantum.Oracles
Package: Microsoft.Quantum.Standard
Represents a continuous-time oracle.
newtype ContinuousOracle = (((Double, Qubit[]) => Unit is Adj + Ctl));
Description
This is an oracle that implements $U(\delta t) : \ket{\psi(t)} \mapsto \ket{\psi(t + \delta t)}$ for all times $t$, where $U$ is a fixed operation, and where $\delta t$ is a non-negative real number.
反馈
提交和查看相关反馈