Skip to content

Commit

Permalink
Update deepks_force.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ErjieWu authored Dec 14, 2024
1 parent 44a816c commit bbceee9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/module_hamilt_lcao/module_deepks/deepks_force.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ void cal_f_delta_gamma(
const LCAO_Orbitals& orb,
const Grid_Driver& GridD,
const Parallel_Orbitals& pv,
const int lmaxd,
const int lmaxd,
const int nks,
const std::vector<ModuleBase::Vector3<double>>& kvec_d,
std::vector<std::vector<std::unordered_map<int, std::vector<std::vector<double>>>>>& nlm_save,
double** gedm,
ModuleBase::IntArray* inl_index,
ModuleBase::matrix& f_delta,
const bool isstress,
ModuleBase::matrix& svnl_dalpha);
std::vector<std::vector<std::unordered_map<int, std::vector<std::vector<double>>>>>& nlm_save,
double** gedm,
ModuleBase::IntArray* inl_index,
ModuleBase::matrix& f_delta,
const bool isstress,
ModuleBase::matrix& svnl_dalpha);

// for multi-k, pulay and HF terms of force are calculated together

Expand Down

0 comments on commit bbceee9

Please sign in to comment.