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!
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!