Skip to content

Commit

Permalink
Merge pull request #5 from fkfest/rm_molecules
Browse files Browse the repository at this point in the history
Remove Molecules.jl dependency
  • Loading branch information
thoschr authored Apr 4, 2023
2 parents 02c5165 + 19d7176 commit f5807f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/integrals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ module ECInts
export BasisSet, overlap, kinetic, nuclear, ERI_2e4c, ERI_2e3c, ERI_2e2c
try
using GaussianBasis
using Molecules
#using Lints # package which uses libint

catch
println("GaussianBasis/Molecules package not installed! Generation of integrals is not available.")
println("GaussianBasis package not installed! Generation of integrals is not available.")
end

# TODO use GaussianBasis.read_basisset("cc-pvtz",atoms[2]) to specify non-default basis

end #module
end #module

0 comments on commit f5807f7

Please sign in to comment.