Commit cd098317 authored by peastman's avatar peastman
Browse files

Merge pull request #953 from swails/rbunits

Make sure RBTorsion parameters are returned with the correct units.
parents 227c86bf 47b62063
...@@ -413,7 +413,8 @@ UNITS = { ...@@ -413,7 +413,8 @@ UNITS = {
("Platform", "getSpeed") : (None, ()), ("Platform", "getSpeed") : (None, ()),
("RBTorsionForce", "getTorsionParameters") ("RBTorsionForce", "getTorsionParameters")
: (None, (None, None, None, None, : (None, (None, None, None, None,
None, None, None, None, None, None)), 'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole',
'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole', 'unit.kilojoules_per_mole')),
("System", "getConstraintParameters") : (None, (None, None, 'unit.nanometer')), ("System", "getConstraintParameters") : (None, (None, None, 'unit.nanometer')),
("System", "getForce") : (None, ()), ("System", "getForce") : (None, ()),
("System", "getVirtualSite") : (None, ()), ("System", "getVirtualSite") : (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