TensorMol icon indicating copy to clipboard operation
TensorMol copied to clipboard

bug in PeriodicForce

Open mkrompiec opened this issue 7 years ago • 3 comments

file TensorMol/ForceModifiers/Periodic.py line 400: return etore, ftore

should be changed to: if (DoForce): return etore, ftore else: return etore

mkrompiec avatar Jul 09 '18 13:07 mkrompiec

Go ahead and submit a pull req. :)

jparkhill avatar Jul 09 '18 15:07 jparkhill

Michał Please reach out to myself or @jordangarside to be added to the developers branch.

jparkhill avatar Jul 09 '18 15:07 jparkhill

@mkrompiec We're working on dev branch on gitlab. Just shoot me an email with your email and I can add you ([email protected]) if you're interested. :)

jordangarside avatar Jul 09 '18 15:07 jordangarside