View source on GitHub |
FqeOperator base class.
Methods
contract
contract(
brastate: "Wavefunction",
ketstate: "Wavefunction"
) -> complex
Given two wavefunctions, generate the expectation value of the operator according to its representation.
Args | |
---|---|
brastate
|
Wavefunction on the bra side. |
ketstate
|
Wavefunction on the ket side. |
rank
rank() -> int
Return the rank of this operator.
representation
representation() -> str
Return the representation of the operator.