Skip to content

Commit

Permalink
Merge pull request #324 from susilehtola/dyall
Browse files Browse the repository at this point in the history
Include Dyall's basis sets
  • Loading branch information
bennybp authored Nov 26, 2024
2 parents 2f095f4 + 18ff306 commit 8786e0e
Show file tree
Hide file tree
Showing 98 changed files with 2,034,181 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basis_set_exchange/curate/add_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def add_basis_from_dict(bs_data,
# and that there are no duplicates
for el in elements:
if el not in orig_elements:
raise RuntimeError("Element {} not found in file {}".format(el, bs_file))
raise RuntimeError("Element {} not found in given dictionary".format(el))
if el in done_elements:
raise RuntimeError("Duplicate element {} in reference string {}".format(el, k))

Expand Down
Loading

0 comments on commit 8786e0e

Please sign in to comment.