From c3b7d4243b8eb91fc2670071fedae72a53228fa9 Mon Sep 17 00:00:00 2001 From: hqpi Date: Wed, 30 Aug 2023 05:02:12 +0800 Subject: [PATCH] fix output bugs in sigma_OHE --- src/sigma_OHE.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sigma_OHE.f90 b/src/sigma_OHE.f90 index 6d4a0cd2..2e7886b9 100644 --- a/src/sigma_OHE.f90 +++ b/src/sigma_OHE.f90 @@ -660,7 +660,7 @@ subroutine sigma_ohe_calc_symm(mu_array, KBT_array, BTau_array, Nband_Fermi_Leve if (abs(det3(rho))>eps6) then call inv_r(3, rho) write(rhofileindex(ie), '(19E16.6)')& - BTau_array(i)*Magneticfluxdensity_atomic/Relaxation_Time_Tau*0.175874356d0, & + BTau_array(i)*Magneticfluxdensity_atomic/Relaxation_Time_Tau, & rho(1, 1:3), rho(2, 1:3), rho(3, 1:3) else write(rhofileindex(ie), '(a)')'# error: sigma is zero since no k points contribute to the calculations of MR'