Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
cd098317
Commit
cd098317
authored
Jun 05, 2015
by
peastman
Browse files
Merge pull request #953 from swails/rbunits
Make sure RBTorsion parameters are returned with the correct units.
parents
227c86bf
47b62063
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wrappers/python/src/swig_doxygen/swigInputConfig.py
wrappers/python/src/swig_doxygen/swigInputConfig.py
+2
-1
No files found.
wrappers/python/src/swig_doxygen/swigInputConfig.py
View file @
cd098317
...
...
@@ -413,7 +413,8 @@ UNITS = {
(
"Platform"
,
"getSpeed"
)
:
(
None
,
()),
(
"RBTorsionForce"
,
"getTorsionParameters"
)
:
(
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"
,
"getForce"
)
:
(
None
,
()),
(
"System"
,
"getVirtualSite"
)
:
(
None
,
()),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment