-
Notifications
You must be signed in to change notification settings - Fork 19
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
BeckeWeights.generate_weights should raise an exception when it tries to use Nan radii #100
Milestone
Comments
Psi4's radii can be found at: They just use H's radius for He. The use 3.3 a.u. whenever it isn't available. |
tczorro
added a commit
to tczorro/grid
that referenced
this issue
May 21, 2021
1. For most atoms, if nan given, automatically select atomic radius with 1 less. `warning`: No.86 RN will still be broken.
tczorro
added a commit
that referenced
this issue
Jun 10, 2021
1. For most atoms, if nan given, automatically select atomic radius with 1 less. `warning`: No.86 RN will still be broken.
add an error message to |
tczorro
added a commit
to tczorro/grid
that referenced
this issue
Jul 19, 2021
tczorro
added a commit
to tczorro/grid
that referenced
this issue
Jul 19, 2021
tczorro
added a commit
that referenced
this issue
Jul 22, 2021
Ali-Tehrani
pushed a commit
to Ali-Tehrani/grid
that referenced
this issue
Aug 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following example will cause the becke partitioning to use Nan radii. The resulting grid gives large integration errors but not
Nans
:Output:
The resulting grid is not usable, so it would be safer to raise an exception when trying to construct becke weights with atoms for which the radii ar not defined.
The text was updated successfully, but these errors were encountered: