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
Some programs to generate point-charge embedding like Ewald can produce large arrays of charges , say ~10^5, to accurately reproduce the potential.
The usage of fakemol = gto.fakemol_for_charges(coords) in pyscf/qmmm/itrf.py cause an "out of memory" crash.
With the "debug" option crash does not happen.
If memory allocation is the correct behaviour of gto.fakemol, maybe a check can be added to switch to "debug" option if it is insufficient.
The text was updated successfully, but these errors were encountered:
Some programs to generate point-charge embedding like Ewald can produce large arrays of charges , say ~10^5, to accurately reproduce the potential.
The usage of
fakemol = gto.fakemol_for_charges(coords)
inpyscf/qmmm/itrf.py
cause an "out of memory" crash.With the "debug" option crash does not happen.
If memory allocation is the correct behaviour of
gto.fakemol
, maybe a check can be added to switch to "debug" option if it is insufficient.The text was updated successfully, but these errors were encountered: