Skip to content

Commit 5290d7b

Browse files
committed
Add parsebasis_fromfile
1 parent 81b7605 commit 5290d7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/BasisSets.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ module BasisSets
1818
getatoms,
1919
doublefactorial,
2020
normalization,
21-
parsebasis
21+
parsebasis,
22+
parsebasis_fromfile,
23+
metadata
2224

2325
const _METADATA = let
2426
path = joinpath(@__DIR__, "data", "METADATA.json") # __DIR__ == src/

0 commit comments

Comments
 (0)