"vscode:/vscode.git/clone" did not exist on "2a2fae314dc9afd3e18aade455b3fc564eb85f8a"
Unverified Commit 30d4a4bb authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1974 from agrossfield/master

allow the user to skip parameter condensing CHARMM parameters
parents 7164109e 80528f3b
......@@ -740,7 +740,7 @@ class CharmmPsfFile(object):
raise a ValueError
"""
# Load the parameter set
self.loadParameters(params.condense())
self.loadParameters(params)
hasbox = self.topology.getUnitCellDimensions() is not None
# Check GB input parameters
if implicitSolvent is not None and gbsaModel not in ('ACE', None):
......
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