Skip to content

Commit

Permalink
Update test_compute.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXinyan940 committed Oct 17, 2023
1 parent b26de25 commit 98ffe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admp/test_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_init(self):
ADMPPmeForce, # polarized
)
"""
rc = 0.4
rc = 4.0
H = Hamiltonian('tests/data/admp.xml')
pdb = app.PDBFile('tests/data/water_dimer.pdb')
potential = H.createPotential(pdb.topology, nonbondedCutoff=rc*unit.angstrom, ethresh=5e-4, step_pol=5)
Expand Down

0 comments on commit 98ffe8b

Please sign in to comment.