change default is_dump_extrapolative_structures=false
add pair_pace.rst
This commit is contained in:
@ -392,6 +392,7 @@ void PairPACEActiveLearning::settings(int narg, char **arg) {
|
||||
}
|
||||
|
||||
if (narg > 3) {
|
||||
//default value is_dump_extrapolative_structures = false
|
||||
if (strcmp(arg[3], "nodump") == 0) is_dump_extrapolative_structures = false;
|
||||
if (strcmp(arg[3], "dump") == 0) is_dump_extrapolative_structures = true;
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ namespace LAMMPS_NS {
|
||||
struct ACEALImpl *aceimpl;
|
||||
|
||||
int gamma_grade_eval_freq = 1;
|
||||
bool is_dump_extrapolative_structures = true;
|
||||
bool is_dump_extrapolative_structures = false;
|
||||
DumpCustom *dump = nullptr;
|
||||
Compute *computePaceAtom = nullptr;
|
||||
int natoms; //total number of atoms
|
||||
|
||||
Reference in New Issue
Block a user