PairingSum
Overloads
| Name | Description |
|---|---|
PairingSum(const ComplexSparseMatrix matrix) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const RealSparseMatrix matrix) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const ComplexMatrix matrix) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const RealMatrix matrix) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const Operator operator) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const Operator operator, as_real options) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const Operator operator, as_complex options) -> Operator | The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum |
PairingSum(const ComplexSparseMatrix matrix) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- matrix: The B matrix of the corresponding Bogoliubov-de-Gennes matrix of a quadratic fermionic Hamiltonian.
PairingSum(const RealSparseMatrix matrix) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- matrix: The B matrix of the corresponding Bogoliubov-de-Gennes matrix of a quadratic fermionic Hamiltonian.
PairingSum(const ComplexMatrix matrix) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- matrix: The B matrix of the corresponding Bogoliubov-de-Gennes matrix of a quadratic fermionic Hamiltonian.
PairingSum(const RealMatrix matrix) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- matrix: The B matrix of the corresponding Bogoliubov-de-Gennes matrix of a quadratic fermionic Hamiltonian.
PairingSum(const Operator operator) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- operator: A sum of fermionic operators corresponding to pairing terms.
PairingSum(const Operator operator, as_real options) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- operator: A sum of fermionic operators corresponding to pairing terms.
- options: Options used to specify the type of the stored coefficients. Options currently include as_real and as_complex
PairingSum(const Operator operator, as_complex options) -> Operator
The PairingSum operator is parametrized by a sparse matrix of size . Each entry for corresponds to the operator , whilst each entry for corresponds to the operator . The PairingSum operator represents the sum
Parameters
- operator: A sum of fermionic operators corresponding to pairing terms.
- options: Options used to specify the type of the stored coefficients. Options currently include as_real and as_complex