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
Report energy_correction in __repr__ of a Configuration.
This is essential in producing correct arkane input files, because
the configurations are just printed using str().
Without this offset, all your energies are wrong.
See #2791.
I think this might address the bug, but there might be other improvements
that can be made.
(At very least, making this less fragile!)
0 commit comments