Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recursion limit #54

Open
setten opened this issue Sep 2, 2021 · 1 comment
Open

recursion limit #54

setten opened this issue Sep 2, 2021 · 1 comment

Comments

@setten
Copy link

setten commented Sep 2, 2021

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

@salrodgom
Copy link

salrodgom commented Oct 29, 2022

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.

All the best,
salva

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants