RealOperator4DTensor
Represents a 4D tensor operator, such as CoulombSum or PairHopSum.
Factories
CoulombSum(const RealTensor tensor) -> RealOperator4DTensor
Returns a Coulomb tensor operator sum .
The operator is parametrized by a 4-rank tensor with elements. It acts on a -dimensional Hilbert space assuming interleaved spins, where spatial orbital corresponds to spin-up position and spin-down position .
Note the difference to PairHopSum: CoulombSum assumes implicit physical spin degrees of freedom. Spatial orbital indices up to implicitly expand to cover qubit sites.
Parameters
- tensor: The 4-rank tensor representing the interaction.
PairHopSum(const RealTensor tensor) -> RealOperator4DTensor
Returns a generalized pair hopping tensor operator .
The operator is parametrized by a 4-rank tensor with elements. It acts directly according to the provided index positions, mapping exactly 1-to-1 with the underlying qubit sites.
Note the difference to CoulombSum: PairHopSum does not make any assumptions about interleaved spin mappings. The operator natively preserves particle number.
Parameters
- tensor: The 4-rank tensor representing the interaction.