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 were running some large systems and found that thy did run in a notebook but not on the command line. I turned out the recursion limit in the notebooks is 3000 but in a plain executed script it is 1000. Maybe this should be added in the cli
we are currently trying to optimize to generate input for a 22.000 atom system. This currently takes over 10 hours. Any suggestions?
best,
Michiel
The text was updated successfully, but these errors were encountered:
Same problem here. I have a cell system with 27,000 atoms. I tried it in the Jupyter-Notebook, but I got a Kernel Dead message. On the command line it didn't work either because of the recursion limit issue.
nice job thanks,
we were running some large systems and found that thy did run in a notebook but not on the command line. I turned out the recursion limit in the notebooks is 3000 but in a plain executed script it is 1000. Maybe this should be added in the cli
we are currently trying to optimize to generate input for a 22.000 atom system. This currently takes over 10 hours. Any suggestions?
best,
Michiel
The text was updated successfully, but these errors were encountered: