openmm / openmm-cookbook

The OpenMM Cookbook and Tutorials
38 stars 10 forks source link

Units for "Restraining Atom Positions" #9

Open tonigi opened 2 years ago

tonigi commented 2 years ago

The notebook reads...

restraint.addGlobalParameter('k', 100.0*kilojoules_per_mole/nanometer)

should that be nm**2 instead? Thanks.