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

[BUG] Convergence handling in static hybrid runs #64

Open
ezpzbz opened this issue Mar 1, 2021 · 0 comments
Open

[BUG] Convergence handling in static hybrid runs #64

ezpzbz opened this issue Mar 1, 2021 · 0 comments

Comments

@ezpzbz
Copy link
Owner

ezpzbz commented Mar 1, 2021

In hybrid calcs, we use ALGO = All. If the calculation fails to converge, the current mechanism to handle and re-submi the issue fails.
https://github.com/morgan-group-bath/aiida-bjm/blob/038e22380724b18f9e56c3a15171e78981ddb51b/aiida_bjm/workchains/vasp_multistage.py#L523-L532

It can be fixed by modifying elif as:

                elif self.ctx.vasp_base.vasp.parameters['ALGO'] in ['Normal','All']:
                       self.ctx.modifications.update({'ALGO': 'All', 'NELM': nelm, 'ISTART': 0, 'ICHARG': 2})
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

1 participant