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
3e7433c7
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "b4c0bf3e0494d3c0c62303e48fc3321c1296c79f"
Commit
3e7433c7
authored
Jul 06, 2011
by
Mark Friedrichs
Browse files
Mods for return of max Born radius
parent
c73587b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wrappers/python/src/swig_doxygen/swigInputConfig.py
wrappers/python/src/swig_doxygen/swigInputConfig.py
+2
-2
No files found.
wrappers/python/src/swig_doxygen/swigInputConfig.py
View file @
3e7433c7
...
...
@@ -408,7 +408,7 @@ UNITS = {
(
"GBVIForce"
,
"getNonbondedMethod"
)
:
(
None
,
()),
(
"GBVIForce"
,
"getBornRadiusScalingMethod"
)
:
(
None
,
()),
(
"GBVIForce"
,
"getQuinticLowerLimitFactor"
)
:
(
None
,
()),
(
"GBVIForce"
,
"getQuinticUpperBornRadiusLimit"
)
:
(
None
,
(
'unit.nanometer'
)),
(
"GBVIForce"
,
"getQuinticUpperBornRadiusLimit"
)
:
(
'unit.nanometer'
,
(
)),
(
"GBVIForce"
,
"getBondParameters"
)
:
(
None
,
(
None
,
None
,
'unit.nanometer'
)),
(
"GBVIForce"
,
"getParticleParameters"
)
...
...
@@ -427,7 +427,7 @@ UNITS = {
(
"GBVISoftcoreForce"
,
"getNonbondedMethod"
)
:
(
None
,
()),
(
"GBVISoftcoreForce"
,
"getBornRadiusScalingMethod"
)
:
(
None
,
()),
(
"GBVISoftcoreForce"
,
"getQuinticLowerLimitFactor"
)
:
(
None
,
()),
(
"GBVISoftcoreForce"
,
"getQuinticUpperBornRadiusLimit"
)
:
(
None
,
(
'unit.nanometer'
)),
(
"GBVISoftcoreForce"
,
"getQuinticUpperBornRadiusLimit"
)
:
(
'unit.nanometer'
,(
)),
(
"GBVISoftcoreForce"
,
"getTanhParameters"
)
:
(
None
,
()),
(
"HarmonicAngleForce"
,
"getAngleParameters"
)
:
(
None
,
(
None
,
None
,
None
,
'unit.radian'
,
...
...
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