Ising_1d
Overloads
| Name | Description |
|---|---|
Ising_1d(integer length, complex transverse_field) -> ComplexMPO | Generate the Hamiltonian MPO for the 1D transverse-field Ising model with Complex values. |
Ising_1d(integer length, real transverse_field) -> RealMPO | Generate the Hamiltonian MPO for the 1D transverse-field Ising model with Real values. |
Ising_1d(integer length, complex transverse_field) -> ComplexMPO
Generate the Hamiltonian MPO for the 1D transverse-field Ising model with Complex values.
Parameters
- length: Number of sites in the chain.
- transverse_field: Strength of the transverse field (default: 0).
Returns
MPO representing the transverse-field Ising Hamiltonian with open boundary conditions.
Ising_1d(integer length, real transverse_field) -> RealMPO
Generate the Hamiltonian MPO for the 1D transverse-field Ising model with Real values.
Parameters
- length: Number of sites in the chain.
- transverse_field: Strength of the transverse field (default: 0).
Returns
MPO representing the transverse-field Ising Hamiltonian with open boundary conditions.