Commit f728d2f6 authored by Peter Eastman's avatar Peter Eastman
Browse files

Added missing units descriptions for virtual sites

parent fd01aa58
...@@ -215,6 +215,10 @@ UNITS = { ...@@ -215,6 +215,10 @@ UNITS = {
("*", "getUseDispersionCorrection") : (None, ()), ("*", "getUseDispersionCorrection") : (None, ()),
("*", "getTemperature") : ("unit.kelvin", ()), ("*", "getTemperature") : ("unit.kelvin", ()),
("*", "getUseDispersionCorrection") : (None, ()), ("*", "getUseDispersionCorrection") : (None, ()),
("*", "getWeight") : (None, ()),
("*", "getWeight12") : (None, ()),
("*", "getWeight13") : (None, ()),
("*", "getWeightCross") : (None, ()),
("SerializationNode", "getChildren") : (None, ()), ("SerializationNode", "getChildren") : (None, ()),
("SerializationNode", "getChildNode") : (None, ()), ("SerializationNode", "getChildNode") : (None, ()),
("SerializationNode", "getProperties") : (None, ()), ("SerializationNode", "getProperties") : (None, ()),
...@@ -466,9 +470,8 @@ UNITS = { ...@@ -466,9 +470,8 @@ UNITS = {
("RBTorsionForce", "getTorsionParameters") ("RBTorsionForce", "getTorsionParameters")
: (None, (None, None, None, None, : (None, (None, None, None, None,
None, None, None, None, None, None)), None, None, None, None, None, None)),
("System", "getConstraintParameters") ("System", "getConstraintParameters") : (None, (None, None, 'unit.nanometer')),
: (None, (None, None, 'unit.nanometer')), ("System", "getForce") : (None, ()),
("System", "getForce") ("System", "getVirtualSite") : (None, ()),
: (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