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

Increased default oxDNA minimization to 500 steps

parent 3392db1a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from . import get_resource_path
def minimize_and_simulate_oxdna( model,
output_name,
directory = None,
num_min_steps = 1e2,
num_min_steps = 5e2,
num_steps = 1e7,
output_period = None,
**oxdna_args
......
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