"vscode:/vscode.git/clone" did not exist on "6231d53f28f56edb80df454c19d8f50d507fdf00"
Commit 244d595f authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed Python API for getParameters()

parent cf9795e8
......@@ -308,6 +308,7 @@ UNITS = {
("AmoebaWcaDispersionForce", "getShctd") : ( None, ()),
("Context", "getParameter") : (None, ()),
("Context", "getParameters") : (None, ()),
("Context", "getMolecules") : (None, ()),
("CMAPTorsionForce", "getMapParameters") : (None, (None, 'unit.kilojoule_per_mole')),
("CMAPTorsionForce", "getTorsionParameters") : (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