Skip to content

Commit 3a68f8a

Browse files
authored
test1
1 parent e97cf59 commit 3a68f8a

4 files changed

Lines changed: 583 additions & 21 deletions

File tree

source/source_hamilt/module_surchem/H_correction_pw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void surchem::v_correction(const UnitCell& cell,
5454
}
5555
ModuleBase::GlobalFunc::ZEROS(v.c, nspin * rho_basis->nrxx);
5656

57-
cal_vel(cell, rho_basis, total_n, ps_totn, nspin, v);
57+
cal_vel_nlpcm(cell, rho_basis, total_n, ps_totn, nspin, v);
5858
cal_vcav(cell, rho_basis, ps_totn, nspin, v);
5959

6060
delete[] porter;

0 commit comments

Comments
 (0)