-
Notifications
You must be signed in to change notification settings - Fork 82
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
restart_mode
should be set to from_scratch
for a bands
calculation.
#877
Comments
Here is part of the logs output from running my workflow:
|
This is probably caused by the changes in #867, which was carelessly reviewed by yours truly. It's mainly because QE is a bit strange in its inputs. If you want to restart from the charge density you have to set For a @sphuber can you explain why the changes in 0aba276 were necessary? How did you run into this? |
This resulted from a case from a user. They launched a calculation and it didn't finish. I pointed them to |
Is this UserWarning just a warning or does it basically changes the original workflow? Can still trust the new output (for my test workflow, the output is all the same, but I am concerned the workflow logic is changed)? |
I make a PR #891 for this, but I think this for sure change the original behavior of the workflow. The original set for bands calculation is using I don't know where the |
This is actually incorrect for a non-scf calculation according to the QE docs. |
I think the logic should be correct now, doesn't it? The |
Yes, I think the logic of calculation is correct. But I think for the workflow, the |
No, it definitely needs the The one more thing we could do is change |
Let's move discussion to the PR, I am wrong about this. The parent_folder is needed by band calculation since it is a nscf calculation. But the restart_mode should be |
This has been fixed in #902 |
After I update to
4.1.0
I get the warning "restart_mode
should be set tofrom_scratch
for abands
calculation.". I launch the band structure calculation fromPwBandsWorkChain
and I didn't override the inputs so I think it should be set. My question is where is thisrestart_mode
set? I find from #475 that therestart_mode
is removed there.@mbercx is there any new changes in 4.1.0 that cause the issue? Let me know if more information needed.
The text was updated successfully, but these errors were encountered: