Skip to content

Commit

Permalink
Update pair_deepmd.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
iProzd committed Sep 28, 2024
1 parent ec7c16b commit 6524e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/lmp/pair_deepmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ void PairDeepMD::compute(int eflag, int vflag) {
}
} else {
try {
std::cout << "calculate atomic energy" << std::endl;
deep_pot.compute(dener, dforce, dforce_mag, dvirial, deatom, dvatom,
dcoord, dspin, dtype, dbox, nghost, lmp_list, ago,
fparam, daparam);
Expand Down

0 comments on commit 6524e5e

Please sign in to comment.