Mixed Spin Chain Example¶
Directory
This example demonstrates a mixed-spin one-dimensional quantum spin system in which two different spin magnitudes alternate along the chain.
The system contains
sites arranged on a periodic chain.
The calculation demonstrates how QS³-ED2 handles
- heterogeneous local Hilbert spaces
- symmetry reduction
- momentum-sector selection
- Lanczos diagonalization.
Note
The numerical values shown in this document are taken from the reference output stored in
examples/ref_dat/mixed_spin_chain/output.dat.
These files are provided as reference data for documentation and regression testing. The exact numerical values may vary slightly depending on the compilation environment and hardware.
1. Introduction¶
This example illustrates how QS³-ED2 can treat systems with site-dependent spin magnitudes.
The local spin value at each site is defined in
which allows different spins to be assigned to different lattice sites.
This example therefore demonstrates
- mixed local Hilbert spaces
- translation symmetry in enlarged unit cells
- Lanczos ground-state calculation
- evaluation of observables.
2. Model Hamiltonian¶
The Hamiltonian is
with bond interaction
The symmetric anisotropic interaction is
3. Coupling Parameters¶
Magnetic field
Exchange parameters
Dzyaloshinskii–Moriya interaction
\(\Gamma\) interaction
4. Lattice Structure¶
System parameters from output.dat
Although the system contains 100 spins, the translation period is
because the unit cell contains two sites.
Thus the chain can be viewed as
with periodic boundary conditions.
Nearest-neighbor bonds
5. Symmetry Operations¶
Translational symmetry is defined by
The translation operator shifts the system by one unit cell
6. Momentum (Wavevector) Sector¶
Wavevector parameters
Allowed momenta
The calculation selects
which corresponds to
Thus the ground state is computed in the zero-momentum sector
7. Local Hilbert Space¶
The local spin values are defined in
This file specifies the spin magnitude at each site, enabling mixed-spin systems.
For example
could represent an alternating
chain.
8. NOD Sector Restriction¶
QS³-ED2 uses
and defines
Input parameters
restrict the allowed basis states.
The maximum allowed value depends on the spin magnitude at each site.
9. Hilbert-space Dimension¶
From the program output
THS: total basis states before symmetry reductionTHS(k): representative states after symmetry and momentum reduction
10. Lanczos Solver¶
Solver parameters
Total Lanczos iterations
11. Ground-state Energy¶
The converged ground-state energy is
12. Eigenvector Accuracy¶
Verification
Residual
The solution therefore reaches machine precision.
13. Observables¶
Enabled in the input
Generated files
| file | description |
|---|---|
local_mag.dat |
local magnetization |
two_body_cf_xyz.dat |
spin correlations |
two_body_cf_z+-.dat |
ladder correlations |
14. Runtime¶
Measured runtime
15. Summary¶
This example demonstrates a mixed-spin quantum chain calculation with QS³-ED2.
The example highlights
- heterogeneous local Hilbert spaces
- symmetry reduction with enlarged unit cells
- momentum-sector diagonalization
- Lanczos ground-state computation
- calculation of physical observables.