FermiQC / Fermi.jl

Fermi quantum chemistry program
MIT License
135 stars 24 forks source link

Single precision implemented #80

Closed gustavojra closed 3 years ago

gustavojra commented 3 years ago

Integrals are computed using double precision but stored as Float32. Future improvements should be aimed to produce these integrals directly from libcint in single precision.