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
a7800059
Unverified
Commit
a7800059
authored
Jan 20, 2023
by
Peter Eastman
Committed by
GitHub
Jan 20, 2023
Browse files
Fixed errors in Python wrapper for AmoebaVdwForce (#3923)
parent
e1c4e1f8
Changes
1
Hide 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 @
a7800059
...
@@ -300,8 +300,8 @@ UNITS = {
...
@@ -300,8 +300,8 @@ UNITS = {
(
"AmoebaVdwForce"
,
"getSoftcoreAlpha"
)
:
(
None
,
()),
(
"AmoebaVdwForce"
,
"getSoftcoreAlpha"
)
:
(
None
,
()),
(
"AmoebaVdwForce"
,
"getCutoff"
)
:
(
'unit.nanometer'
,
()),
(
"AmoebaVdwForce"
,
"getCutoff"
)
:
(
'unit.nanometer'
,
()),
(
"AmoebaVdwForce"
,
"getParticleParameters"
)
:
(
None
,
(
None
,
'unit.nanometer'
,
'unit.kilojoule_per_mole'
,
None
,
None
,
None
)),
(
"AmoebaVdwForce"
,
"getParticleParameters"
)
:
(
None
,
(
None
,
'unit.nanometer'
,
'unit.kilojoule_per_mole'
,
None
,
None
,
None
)),
(
"AmoebaVdwForce"
,
"getParticleTypeParameters"
)
:
(
None
,
(
None
,
'unit.nanometer'
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaVdwForce"
,
"getParticleTypeParameters"
)
:
(
None
,
(
'unit.nanometer'
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaVdwForce"
,
"getTypePairParameters"
)
:
(
None
,
(
None
,
None
,
None
,
'unit.nanometer'
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaVdwForce"
,
"getTypePairParameters"
)
:
(
None
,
(
None
,
None
,
'unit.nanometer'
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaWcaDispersionForce"
,
"getParticleParameters"
)
:
(
None
,
(
'unit.nanometer'
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaWcaDispersionForce"
,
"getParticleParameters"
)
:
(
None
,
(
'unit.nanometer'
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaWcaDispersionForce"
,
"getAwater"
)
:
(
'1/(unit.nanometer*unit.nanometer*unit.nanometer)'
,()),
(
"AmoebaWcaDispersionForce"
,
"getAwater"
)
:
(
'1/(unit.nanometer*unit.nanometer*unit.nanometer)'
,()),
...
...
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