Commit 5baba853 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Mods for additions/deletions to free energy plugin interface

parent bc85b9f0
...@@ -414,6 +414,7 @@ UNITS = { ...@@ -414,6 +414,7 @@ UNITS = {
("GBVIForce", "getParticleParameters") ("GBVIForce", "getParticleParameters")
: (None, ('unit.elementary_charge', : (None, ('unit.elementary_charge',
'unit.nanometer', 'unit.kilojoule_per_mole')), 'unit.nanometer', 'unit.kilojoule_per_mole')),
("GBSAOBCSoftcoreForce", "getNonbondedMethod") : (None, ()),
("GBSAOBCSoftcoreForce", "getParticleParameters") ("GBSAOBCSoftcoreForce", "getParticleParameters")
: (None, ('unit.elementary_charge', 'unit.nanometer', : (None, ('unit.elementary_charge', 'unit.nanometer',
'unit.dimensionless', 'unit.dimensionless')), 'unit.dimensionless', 'unit.dimensionless')),
...@@ -428,7 +429,6 @@ UNITS = { ...@@ -428,7 +429,6 @@ UNITS = {
("GBVISoftcoreForce", "getBornRadiusScalingMethod") : (None, ()), ("GBVISoftcoreForce", "getBornRadiusScalingMethod") : (None, ()),
("GBVISoftcoreForce", "getQuinticLowerLimitFactor") : (None, ()), ("GBVISoftcoreForce", "getQuinticLowerLimitFactor") : (None, ()),
("GBVISoftcoreForce", "getQuinticUpperBornRadiusLimit") : ('unit.nanometer',()), ("GBVISoftcoreForce", "getQuinticUpperBornRadiusLimit") : ('unit.nanometer',()),
("GBVISoftcoreForce", "getTanhParameters") : (None, ()),
("HarmonicAngleForce", "getAngleParameters") ("HarmonicAngleForce", "getAngleParameters")
: (None, (None, None, None, 'unit.radian', : (None, (None, None, None, 'unit.radian',
'unit.kilojoule_per_mole/(unit.radian*unit.radian)')), 'unit.kilojoule_per_mole/(unit.radian*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