CoulombSum
Overloads
| Name | Description |
|---|---|
CoulombSum(const RealTensor tensor) -> RealOperator4DTensor | Returns a Coulomb tensor operator sum . |
CoulombSum(const ComplexTensor tensor) -> ComplexOperator4DTensor | Returns a Coulomb tensor operator sum . |
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.
CoulombSum(const ComplexTensor tensor) -> ComplexOperator4DTensor
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.