Commit a468fa3a authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1553 from peastman/gayberne

Implemented Gay-Berne ellipsoids
parents c1843f54 ebf0ca29
...@@ -416,6 +416,8 @@ UNITS = { ...@@ -416,6 +416,8 @@ UNITS = {
("PeriodicTorsionForce", "getTorsionParameters") ("PeriodicTorsionForce", "getTorsionParameters")
: (None, (None, None, None, None, : (None, (None, None, None, None,
None, 'unit.radian', 'unit.kilojoule_per_mole')), None, 'unit.radian', 'unit.kilojoule_per_mole')),
("GayBerneForce", "getParticleParameters")
: (None, ('unit.nanometer', 'unit.kilojoule_per_mole', None, None, 'unit.nanometer', 'unit.nanometer', 'unit.nanometer', None, None, None)),
("Platform", "getDefaultPluginsDirectory") : (None, ()), ("Platform", "getDefaultPluginsDirectory") : (None, ()),
("Platform", "getPropertyDefaultValue") : (None, ()), ("Platform", "getPropertyDefaultValue") : (None, ()),
("Platform", "getPropertyNames") : (None, ()), ("Platform", "getPropertyNames") : (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