<div dir="ltr"><div dir="ltr">Dear All, <br>I am attempting to calculate the Anomalous Hall Conductivity (AHC) for a magnetic system using Quantum ESPRESSO and Wannier90 with Spin-Orbit Coupling (SOC).<br><br>Initially, using starting_magnetization in a non-collinear calculation led to cdiag diagonalization convergence errors. To bypass this issue, I performed an SCF calculation using fixed_magnetization along the z-axis, taking the absolute magnetization value from a non-SOC calculation of the same system.<br><br>Below is the relevant snippet of my SCF input file (<a href="http://scf.in/" target="_blank">scf.in</a>):<br> &SYSTEM<br>ibrav           = 0<br>nat             = 6<br>ntyp            = 3<br>nbnd            = 250<br>ecutwfc         = 80<br>ecutrho         = 960<br>input_dft       = 'PBE'<br>occupations     = 'smearing'<br>degauss         = 1.0000000000d-03<br>smearing        = 'gaussian'<br>noncolin        = .true.<br>lspinorb        = .true.<br>fixed_magnetization(1) = 0.0<br>fixed_magnetization(2) = 0.0<br>fixed_magnetization(3) = 0.69<br>/<br>&ELECTRONS<br>diagonalization = 'cg'<br>conv_thr        = 1.0000000000d-06<br>mixing_mode     = 'plain'<br>mixing_beta     = 1.0000000000d-02<br>electron_maxstep = 1000<br>startingwfc     = 'atomic'<br>startingpot     = 'atomic'<br>/<br>However, after performing adaptive refinement grid sampling</div><div dir="ltr"><br><br> Fermi energy (ev):   10.3577<br><br> AHC (S/cm)       x          y          z<br> ==========<br> J0 term :      0.0000    -0.0015    -0.0014<br> J1 term :      0.0002     0.0025     0.0007<br> J2 term :      0.2503    -0.0418    -0.0187<br> -------------------------------------------<br> Total   :      0.2505    -0.0408    -0.0194<br>But intuitively  should get the maximum AHC value along the Z direction.  <br><br>Please suggest what might be the cause, and if  there is a problem in the input or any method error. <br><br>Thank you </div></div>