Commit a2c9db40 by Nuri Jung Committed by GitHub

Fix DeprecationWarning (openmm/pdbfixer#233) (#235)

Resolves openmm/pdbfixer#233.
parent fd263f62
......@@ -4223,7 +4223,7 @@
<Improper class1="C" class2="C" class3="C" class4="O" periodicity1="2" phase1="3.14159" k1="43.932" />
</PeriodicTorsionForce>
<Script>
import simtk.openmm as mm
import openmm as mm
nb = mm.CustomNonbondedForce('C/((r/0.2)^4+1)')
nb.addGlobalParameter('C', 1.0)
sys.addForce(nb)
......
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