Commit 3e7433c7 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Mods for return of max Born radius

parent c73587b9
...@@ -408,7 +408,7 @@ UNITS = { ...@@ -408,7 +408,7 @@ UNITS = {
("GBVIForce", "getNonbondedMethod") : (None, ()), ("GBVIForce", "getNonbondedMethod") : (None, ()),
("GBVIForce", "getBornRadiusScalingMethod") : (None, ()), ("GBVIForce", "getBornRadiusScalingMethod") : (None, ()),
("GBVIForce", "getQuinticLowerLimitFactor") : (None, ()), ("GBVIForce", "getQuinticLowerLimitFactor") : (None, ()),
("GBVIForce", "getQuinticUpperBornRadiusLimit") : (None, ('unit.nanometer')), ("GBVIForce", "getQuinticUpperBornRadiusLimit") : ('unit.nanometer', ()),
("GBVIForce", "getBondParameters") ("GBVIForce", "getBondParameters")
: (None, (None, None, 'unit.nanometer')), : (None, (None, None, 'unit.nanometer')),
("GBVIForce", "getParticleParameters") ("GBVIForce", "getParticleParameters")
...@@ -427,7 +427,7 @@ UNITS = { ...@@ -427,7 +427,7 @@ UNITS = {
("GBVISoftcoreForce", "getNonbondedMethod") : (None, ()), ("GBVISoftcoreForce", "getNonbondedMethod") : (None, ()),
("GBVISoftcoreForce", "getBornRadiusScalingMethod") : (None, ()), ("GBVISoftcoreForce", "getBornRadiusScalingMethod") : (None, ()),
("GBVISoftcoreForce", "getQuinticLowerLimitFactor") : (None, ()), ("GBVISoftcoreForce", "getQuinticLowerLimitFactor") : (None, ()),
("GBVISoftcoreForce", "getQuinticUpperBornRadiusLimit") : (None, ('unit.nanometer')), ("GBVISoftcoreForce", "getQuinticUpperBornRadiusLimit") : ('unit.nanometer',()),
("GBVISoftcoreForce", "getTanhParameters") : (None, ()), ("GBVISoftcoreForce", "getTanhParameters") : (None, ()),
("HarmonicAngleForce", "getAngleParameters") ("HarmonicAngleForce", "getAngleParameters")
: (None, (None, None, None, 'unit.radian', : (None, (None, None, None, 'unit.radian',
......
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