Spin spiral calculations are supported for the non-collinear DFT without spin orbit coupling (SOC), which is based on the generalized Bloch theorem [79,80,86,87]. It should be noted that the inclusion of SOC is not compatible with the functionality, since the SOC violates the spiral symmetry imposed by the generalized Bloch theorem. To acknowledge in any publications by using the functionality, the citation of the reference [79,80] would be appreciated. To do the calculations, the following options are first set respectively
scf.SpinPolarization NC # On|Off|NC scf.Generalized.Bloch on # On|Off, default=off scf.SpinOrbit.Coupling off # On|Off, default=offIn the spiral structure there are two quantities to determine the spiral configuration which should be paid attention. The first one is the cone angle. Since the spiral structure is of two different kinds, i.e., the conical spiral () and the flat spiral (), where is the cone angle, should then be specified for the magnetic atoms. In OpenMX, the cone angle is defined as the orientation for the spin magnetic moment as shown in Fig. 71(a). You can find how to specify the cone (Euler) angle in section of 34 'Non-collinear DFT'. For example, the cone (Euler) angle can be specified as follows:
<Atoms.SpeciesAndCoordinates 1 Fe 0.0 0.0 0.0 10.0 6.0 90.0 0.0 0.0 0.0 1 off Atoms.SpeciesAndCoordinates>In the example above, the flat spiral will be achieved by setting degree as written in the 8th column. In addition, you can also specify the initial angle of as described in the 9th column. For fixing the cone angle, the constraint scheme is also available as explained in section of 38 'Constraint DFT for non-collinear spin orientation'.
|
The second one is the spiral vector q specified by
Spin.Spiral.Vector 0.0 0.0 0.0 # q1 q2 q3In the above format, the spiral vector is specified by the fractional coordinates spanned by the reciprocal lattice vectors. The first, second, and third columns denote the components of spiral vector for the reciprocal vectors , , and , respectively. Then, the spin angle at atomic site is given by
As an example of the spiral calculation, the spiral ground state of the fcc Fe is provided in Fig. 72. We observe that the spiral ground state occurs at (0, 0, 0.6) and (0.2, 0, 1) defined in Cartesian coordinates in units of . Indeed, using LCPAO method, the spiral calculation needs the appropriate settings, such as the number of k points, number of orbitals, cutoff radius, and cutoff energy for reaching the convergence and reliable result, a similar discussion can be found in Ref. [87]. You can try to set those parameters to compare all of the results. In addition, although there are some available mixing schemes specified by the keywords 'scf.Mixing.Type', we strongly recommend RMM-DIISH as your choice. As an experience, this option can reach the convergence much faster than other choices for all tested systems, the detail explanations can be found in Sec. 13 'SCF convergence'.
|