Skip to content

Commit

Permalink
make do_compute default value to be false
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi authored Sep 14, 2023
1 parent 7da9aaf commit ce6e110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lmp/pair_deepmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ PairDeepMD::PairDeepMD(LAMMPS *lmp)
eps_v = 0.;
scale = NULL;
do_ttm = false;
do_compute = false;
single_model = false;
multi_models_mod_devi = false;
multi_models_no_mod_devi = false;
Expand Down

0 comments on commit ce6e110

Please sign in to comment.