Unverified Commit a5433c3a authored by Jennifer Wei's avatar Jennifer Wei Committed by GitHub
Browse files

Update config.py

small fix to spacing
parent fe102161
...@@ -660,7 +660,7 @@ config = mlc.ConfigDict( ...@@ -660,7 +660,7 @@ config = mlc.ConfigDict(
}, },
"relax": { "relax": {
"max_iterations": 0, # no max "max_iterations": 0, # no max
"tolerance": 10.0, "tolerance": 10.0,
"stiffness": 10.0, "stiffness": 10.0,
"max_outer_iterations": 20, "max_outer_iterations": 20,
"exclude_residues": [], "exclude_residues": [],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment