Commit 31fc3693 authored by peastman's avatar peastman
Browse files

Merge pull request #403 from rmcgibbo/units

units on getPMEParameters
parents 6561ecf2 78b466c4
......@@ -399,6 +399,7 @@ UNITS = {
'unit.kilojoule_per_mole/(unit.nanometer*unit.nanometer)')),
("MonteCarloBarostat", "getFrequency") : (None, ()),
("MonteCarloAnisotropicBarostat", "getFrequency") : (None, ()),
("NonbondedForce", "getPMEParameters") : (None, ('1/unit.nanometer', None, None, None)),
("NonbondedForce", "getExceptionParameters")
: (None, (None, None,
'unit.elementary_charge*unit.elementary_charge',
......
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