|
| 1 | +# Co6Nb4Os2 Spin-Polarized Calculation Example |
| 2 | + |
| 3 | +This example demonstrates a spin-polarized DFT calculation for the Co6Nb4Os2 compound. |
| 4 | + |
| 5 | +## Special Note: Sensitivity to Smearing Parameter |
| 6 | + |
| 7 | +This calculation is **extremely sensitive to the smearing parameter** (`smearing_sigma`). The total magnetic moment shows significant variation depending on the smearing value: |
| 8 | + |
| 9 | +| smearing_sigma (Ry) | Total Magnetism (μB) | |
| 10 | +|---------------------|----------------------| |
| 11 | +| 0.002 | ~2.20 | |
| 12 | +| 0.005 | ~1.94 | |
| 13 | +| 0.010 | ~0.60 | |
| 14 | +| 0.020 | ~0.00 (non-magnetic) | |
| 15 | + |
| 16 | +### Explanation |
| 17 | + |
| 18 | +The Co6Nb4Os2 system exhibits a delicate balance between magnetic and non-magnetic states. The smearing parameter controls the width of the Gaussian smearing used for occupation numbers, which significantly affects the electronic structure near the Fermi level. For this compound: |
| 19 | + |
| 20 | +- **Small smearing values** (e.g., 0.002 Ry) preserve the magnetic ordering, resulting in a total magnetic moment of ~2.20 μB |
| 21 | +- **Increasing smearing** progressively suppresses the magnetic moment |
| 22 | +- **Large smearing values** (e.g., 0.02 Ry) completely quench the magnetism, leading to a non-magnetic ground state |
| 23 | + |
| 24 | +### Recommended Settings |
| 25 | + |
| 26 | +The default `smearing_sigma` in `INPUT` is set to **0.001 Ry**, which should yield a magnetic moment close to 2.20 μB. Users are advised to carefully test different smearing values when studying this system. |
| 27 | + |
| 28 | +## System Details |
| 29 | + |
| 30 | +- **Composition**: Co6Nb4Os2 |
| 31 | +- **Structure**: Hexagonal lattice |
| 32 | +- **Spin polarization**: Enabled (`nspin = 2`) |
| 33 | +- **Basis type**: LCAO |
| 34 | + |
| 35 | +## Files |
| 36 | + |
| 37 | +- `INPUT`: Main input file with calculation parameters |
| 38 | +- `STRU`: Structure file with atomic positions, initial magnetic moments, and numerical atomic orbital definitions |
| 39 | +- `KPT`: k-point mesh definition |
| 40 | + |
| 41 | +### Numerical Atomic Orbitals (NAO) |
| 42 | + |
| 43 | +The `STRU` file references three numerical atomic orbital files: |
| 44 | +- `Co_gga_9au_60Ry_4s2p2d1f.orb` |
| 45 | +- `Nb_gga_9au_60Ry_4s2p2d1f.orb` |
| 46 | +- `Os_gga_9au_60Ry_4s2p2d1f.orb` |
| 47 | + |
| 48 | +The filename format encodes the following information: |
| 49 | +- `9au`: Orbital cutoff radius (9 atomic units) |
| 50 | +- `60Ry`: Energy cutoff (60 Rydberg) |
| 51 | +- `4s2p2d1f`: Number of orbitals per angular momentum channel (4 s-orbitals, 2 p-orbitals, 2 d-orbitals, 1 f-orbital) |
| 52 | + |
| 53 | +The `ecutwfc` parameter in `INPUT` is set to **60** to match the energy cutoff of the orbital files, ensuring consistency in the calculation. |
| 54 | + |
| 55 | +## Running the Calculation |
| 56 | + |
| 57 | +Execute ABACUS in this directory to perform the spin-polarized SCF calculation. Monitor the output for the total magnetic moment in the final SCF iteration. |
0 commit comments