Skip to content

Commit 38f01c2

Browse files
tuopingamcadmusfelix5572shazj99Zhengju Sha
authored
Add minimize step with fix 1 all box/relax tri 0.0 to autotest/relax step (#631)
* fix typo in github actions release to conda * Get from_poscar_path only when from_poscar is true (#537) Change-Id: I17774bee345634e4e72bd783e8112eefaaf9f0d3 Co-authored-by: Zhengju Sha <jenny@bytedance.com> * Add `minimize` step with `fix 1 all box/relax tri 0.0` Co-authored-by: Han Wang <amcadmus@gmail.com> Co-authored-by: felix5572 <felix5572@github.com> Co-authored-by: shazj99 <shazj99@gmail.com> Co-authored-by: Zhengju Sha <jenny@bytedance.com> Co-authored-by: Han Wang <wang_han@iapcm.ac.cn>
1 parent 1564080 commit 38f01c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpgen/auto_test/lib/lammps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ def make_lammps_equi(conf, type_map, interaction, param,
241241
ret += "fix 1 all box/relax iso 0.0 \n"
242242
ret += "minimize %e %e %d %d\n" % (etol, ftol, maxiter, maxeval)
243243
ret += "fix 1 all box/relax aniso 0.0 \n"
244+
ret += "minimize %e %e %d %d\n" % (etol, ftol, maxiter, maxeval)
245+
ret += "fix 1 all box/relax tri 0.0 \n"
244246
ret += "minimize %e %e %d %d\n" % (etol, ftol, maxiter, maxeval)
245247
ret += "variable N equal count(all)\n"
246248
ret += "variable V equal vol\n"

0 commit comments

Comments
 (0)