File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
source/module_hamilt_lcao/module_deepks Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ void cal_f_delta_gamma(
3939 const LCAO_Orbitals& orb,
4040 const Grid_Driver& GridD,
4141 const Parallel_Orbitals& pv,
42- const int lmaxd,
42+ const int lmaxd,
4343 const int nks,
4444 const std::vector<ModuleBase::Vector3<double >>& kvec_d,
45- std::vector<std::vector<std::unordered_map<int , std::vector<std::vector<double >>>>>& nlm_save,
46- double ** gedm,
47- ModuleBase::IntArray* inl_index,
48- ModuleBase::matrix& f_delta,
49- const bool isstress,
50- ModuleBase::matrix& svnl_dalpha);
45+ std::vector<std::vector<std::unordered_map<int , std::vector<std::vector<double >>>>>& nlm_save,
46+ double ** gedm,
47+ ModuleBase::IntArray* inl_index,
48+ ModuleBase::matrix& f_delta,
49+ const bool isstress,
50+ ModuleBase::matrix& svnl_dalpha);
5151
5252// for multi-k, pulay and HF terms of force are calculated together
5353
You can’t perform that action at this time.
0 commit comments