You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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. :)
file TensorMol/ForceModifiers/Periodic.py
line 400:
return etore, ftore
should be changed to:
if (DoForce):
return etore, ftore
else:
return etore
The text was updated successfully, but these errors were encountered: