BadELF Exception Raised #720
Replies: 1 comment 5 replies
-
This error can be caused by one of two issues:
You can force the program to ignore this error by setting So in summary, you can do this but be careful and thoughtful about the results. |
Beta Was this translation helpful? Give feedback.
-
When trying to model a new system using the BadELF package in Simmate, I got this error:
Exception: At least one atom was not assigned a zero-flux basin. This can result from covalency or from pseudo-potentials with only valance electrons.
After running the command:
simmate workflows run input.yaml
The source code for this error is:
if check_for_covalency: raise Exception( """At least one atom was not assigned a zero-flux basin. This can result from covalency or from pseudo-potentials with only valence electrons (e.g. Al, Si, B in VASP 5.X.X).""" )
Do you have any recommendations for avoiding this error when trying to investigate structures that contain some level of covalency?
@Andrew-S_Rosen
Beta Was this translation helpful? Give feedback.
All reactions