operators
Operators module.
SelfAdjointOperator
IdentityOperator
PositionOperator
MomentumOperator
KineticEnergyOperator
PotentialEnergyOperator
HamiltonianOperator
TimeEvolutionOperator
Bases: SelfAdjointOperator
Time evolution operator.
Attributes:
| Name | Type | Description |
|---|---|---|
a |
NDArray[complex128]
|
Lower diagonal of the tridiagonal matrix. |
b |
NDArray[complex128]
|
Main diagonal of the tridiagonal matrix. |
c |
NDArray[complex128]
|
Upper diagonal of the tridiagonal matrix. |