"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "67a3b4c08098a969c745feac7cb041a7c1b7f360"
Commit d4fcab2a authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed Python API for CustomCVForce

parent 03a2eec0
...@@ -142,6 +142,8 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0], ...@@ -142,6 +142,8 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
("CustomHbondForce", "addTabulatedFunction") : [1], ("CustomHbondForce", "addTabulatedFunction") : [1],
("CustomCompoundBondForce", "addTabulatedFunction") : [1], ("CustomCompoundBondForce", "addTabulatedFunction") : [1],
("CustomManyParticleForce", "addTabulatedFunction") : [1], ("CustomManyParticleForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addTabulatedFunction") : [1],
("CustomCVForce", "addCollectiveVariable") : [1],
("CompoundIntegrator", "addIntegrator") : [0], ("CompoundIntegrator", "addIntegrator") : [0],
} }
......
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