FermiQC / Fermi.jl

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

Remove `molecule` from `IntegralHelper` #103

Open gustavojra opened 3 years ago

gustavojra commented 3 years ago

It is pointless since a BasisSet is mandatory and it contains molecule already. Moreover, it can be a source of bugs. Currently (v0.3.0). Fermi will ignore molecule inputs given directly to the IntegralHelper. I have that fixed, needs PR.