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
We have used it in the past to track the charge of the protonated structure, which is the modified file you mention. It is user-responsibility to provide the correct input charge, and this should be done via the cli (-chrg), not hidden files.
That said, I won't modify the legacy code since it has done this thing for four years now and it's not a bug. Furthermore the new (calculator rather than xtb-based) implementation is already written. It is not yet the default, but can be selected with --newversion
Describe the bug
The
.CHRG
files is deleted during (de)protonation.To Reproduce
Create a folder with
struc.xyz
and.CHRG
(arbitrary charge) and runcrest struc.xyz --protonate
orcrest struc.xyz --deprotonate
.Expected behavior
Leave existing files intact, i.e. not delete the
.CHRG
file.The text was updated successfully, but these errors were encountered: