Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent fee9bd4 commit 907614d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/lmp/tests/test_dplr.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,7 @@ def test_min_dplr(lammps):
lammps.special_bonds("lj/coul 1 1 1 angle no")
lammps.kspace_style("pppm/dplr 1e-5")
lammps.kspace_modify(f"gewald {beta:.2f} diff ik mesh {mesh:d} {mesh:d} {mesh:d}")
lammps.fix(
f"0 all dplr model {pb_file.resolve()} type_associate 1 3 bond_type 1"
)
lammps.fix(f"0 all dplr model {pb_file.resolve()} type_associate 1 3 bond_type 1")
lammps.fix_modify("0 virial yes")
lammps.min_style("cg")
lammps.minimize("0 1.0e-6 2 2")
Expand Down

0 comments on commit 907614d

Please sign in to comment.