-
Notifications
You must be signed in to change notification settings - Fork 15
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
Atomic radii and other properties #5
Comments
Gather the properties in Line 80 in 184a693
Line 63 in 184a693
For instance we can have a similar periodic properties module as @marco-2023 made for Gopt: Then update the function Line 466 in 184a693
used to retrieve this information for an atomic species in the compilation scripts. |
We need to compare the MULTIPLICITIES table for the ground state multiplicities against another source to make sure it is correct. It was generated from Derrick's HDF5 file. |
You can double-check against I know that there are some issues, at least for excited states, from the automatic parsing. For example, for Pd, the first triplet is only |
Hello @gabrielasd and @PaulWAyers: For example: This kind of deviation is also potentially expected for multi charged atoms. Do you have any sugestions on how to deal with it? I think making a database for each atom multiplicity may be excessive. |
@marco-2023 thanks for bringing this issue up. It is definitely a problem present in the There is one database that has the information like you suggest. It is the file AtomDB/atomdb/datasets/nist/__init__.py Lines 79 to 86 in edd4604
However, for the anions, we are just taking the value from the isoelectronic specie, and we have the same problem you describe (the anion of V gets assigned the multiplicity from neutral Cr) |
This issue has been resolved with the changes introduced in PR #27. This module is intended to be used by the compilation scripts of the different databases to fill periodic properties of neutral atomic species (mass, atomic and van der Waals radii, etc.). |
We should make sure we have the atomic radii and other properties in
https://github.com/QC-Devs/gopt/blob/main/gopt/periodic/data/elements.csv
The text was updated successfully, but these errors were encountered: