Skip to content

Commit

Permalink
included SAP fitting basis sets, coefficients are scaled by normali…
Browse files Browse the repository at this point in the history
…zation factors as described in https://doi.org/10.1063/5.0004046
  • Loading branch information
kshitij-05 committed Aug 27, 2024
1 parent 2ca7583 commit 6ffb4ab
Show file tree
Hide file tree
Showing 3 changed files with 4,735 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/libint2/chemistry/elements.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static const std::vector<element>& get_element_info() {
{99, "einsteinum", "Es"}, {100, "fermium", "Fm"},
{101, "mendelevium", "Md"}, {102, "nobelium", "No"},
{103, "lawrencium", "Lr"}, {104, "rutherfordium", "Rf"},
{105, "hahnium", "Ha"}, {106, "seaborgium", "Sg"},
{105, "dubnium", "Db"}, {106, "seaborgium", "Sg"},
{107, "bohrium", "Bh"}, {108, "hassium", "Hs"},
{109, "meitnerium", "Mt"}, {110, "darmstadtium", "Ds"},
{111, "roentgenium", "Rg"}, {112, "copernicium", "Cn"},
Expand Down
Loading

0 comments on commit 6ffb4ab

Please sign in to comment.