Skip to content
Snippets Groups Projects
Commit 72bfa8fb authored by cmaffeo2's avatar cmaffeo2
Browse files

Reduced pairlist distance in ARBD models

parent d488dd39
No related branches found
No related tags found
No related merge requests found
......@@ -964,7 +964,7 @@ outputFormat dcd
decompPeriod 100000
cutoff 40.0
pairlistDistance 100
pairlistDistance 80
""" % (timestep, numSteps))
for x in self.getParticleTypesAndCounts():
......
......@@ -1059,9 +1059,9 @@ outputPeriod 1000
outputEnergyPeriod 1000
outputFormat dcd
decompPeriod 100000
decompPeriod 50000
cutoff 40.0
pairlistDistance 80
pairlistDistance 50
""" % (timestep, numSteps))
for x in self.getParticleTypesAndCounts():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment