1 parent e97cf59 commit 3a68f8aCopy full SHA for 3a68f8a
4 files changed
source/source_hamilt/module_surchem/H_correction_pw.cpp
@@ -54,7 +54,7 @@ void surchem::v_correction(const UnitCell& cell,
54
}
55
ModuleBase::GlobalFunc::ZEROS(v.c, nspin * rho_basis->nrxx);
56
57
- cal_vel(cell, rho_basis, total_n, ps_totn, nspin, v);
+ cal_vel_nlpcm(cell, rho_basis, total_n, ps_totn, nspin, v);
58
cal_vcav(cell, rho_basis, ps_totn, nspin, v);
59
60
delete[] porter;
0 commit comments