-
Notifications
You must be signed in to change notification settings - Fork 44
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
Chemical symbols D and T #570
Comments
I think this is something you'll have to bring up in the specification discussion; it seems clear in the spec that I think you are completely free to include The PR on chemical formula validation in #547 will also exclude non-elemental symbols in e.g. |
This is an extremely important point, and something I have already touched upon in some technical PRs by @ml-evs that introduced these hard constraints. But as @ml-evs also states above, this is an issue of the specification, not this implementation, and something that should be raised in the specification repository and possibly at the next meeting. |
I guess the specification is indeed the right place to discuss these elements. I
Good catch. Indeed, I would want to see |
I think we can close this following the discussion in the meeting today; any further discussion can be had at the specification issue linked above. |
OPTIMADE specification v1.0.0 contains quite vague guidelines about allowed values for chemical symbols. Implicitly it is understood that symbols from the periodic table +
X
+vacancy
are allowed. However, deuterium (D
) and tritium (T
), which are present in the COD, are two common symbols not appearing in the periodic table. Maybe the validator could allow them too, or should they better be represented as hydrogen atoms with mass of 2 (D
) or 3 (T
)?The text was updated successfully, but these errors were encountered: