Click or drag to resize
Fermion Properties

The Fermion type exposes the following members.

Properties
  NameDescription
Public propertybits
The mumber of phase estimation bits. This is the bit precision plus two.
Public propertyCircs
The built circuits, in bit order.
Public propertycurrentCirc
The last circuit that was run (ungrown).
Public propertydecohereModel
The decoherence model for this Hamiltonian.
(Inherited from Hamiltonian.)
Public propertyeMax
The maximum energy for phase estimation.
Public propertyeMin
The minimum energy for phase estimation.
Public propertyEnergy
The result of phase estimation, interpreted as an energy. This will always be between eMin and eMax. This value is only available after Run has been called.
Public propertyKet
Gets the Ket vector associated with this Hamiltonian
(Inherited from Hamiltonian.)
Public propertyomega
The energy range, eMax - eMin, for phase estimation.
Public propertyorder
The trotter order for phase estimation.
Public propertyPhase
The result of phase estimation, as an angle between 0 and 2*pi. This value is only available after Run has been called.
Public propertytrotterN
The trotter number for phase estimation.
Public propertytTotal
The total evolution time for phase estimation. This is equal to 2*p1/omega.
Public propertyUa
The gate function that implements a full Hamiltonian time step
Top
See Also