Replies: 1 comment 1 reply
-
Thanks for the question! I have converted this issue into a discussion. You are mostly correct about the basis format. It follows the pyscf internal format which is explained here, except that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In deepks/utils.py:L17, variable
_coef
composes_table
and thenDEFAULT_BASIS
. I couldn't find out how_coef
works for basis.The furthest code block I arrived at is pyscf/gto/mole/format_basis, and I think that
[(l, ((-exp, c_1, c_2, ..),
in the function comments might be related to the_coef
above.What are the rules/conventions for this format? And if you know, could you please provide me with more references for such a convention? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions