29 const double& total_energy,
33 const int& stress_step,
35 const double& total_energy,
Definition ions_move_methods.h:12
Definition lattice_change_methods.h:8
Definition relax_nsync.h:9
bool do_cellrelax(const int &istep, const int &stress_step, const ModuleBase::matrix &stress, const double &total_energy, UnitCell &ucell)
Definition relax_nsync.cpp:139
Ions_Move_Methods IMM
Definition relax_nsync.h:21
Lattice_Change_Methods LCM
Definition relax_nsync.h:22
bool do_relax(const int &istep, const ModuleBase::matrix &ionic_force, const double &total_energy, UnitCell &ucell, int &jstep)
Definition relax_nsync.cpp:128
bool if_do_relax(const UnitCell &ucell)
Definition relax_nsync.cpp:82
void init_relax(const int &natom)
Definition relax_nsync.cpp:7
bool if_do_cellrelax(const UnitCell &ucell)
Definition relax_nsync.cpp:103
bool relax_step(const int &istep, const double &energy, UnitCell &ucell, ModuleBase::matrix force, ModuleBase::matrix stress, int &force_step, int &stress_step)
Definition relax_nsync.cpp:25