GQCG / GQCP

The Ghent Quantum Chemistry Package for electronic structure calculations
https://gqcg.github.io/GQCP/
GNU Lesser General Public License v3.0
34 stars 10 forks source link

Upgrade libint to 2.7.2 #1045

Open dariavh opened 1 year ago

dariavh commented 1 year ago

By solving issue #1043, I have encountered that updating our conda libint dependency from 2.6.0 to 2.7.2 breaks our LibintInterfacer by causing an error of the form:

//gqcp/src/Basis/Integrals/Interfaces/LibintInterfacer.cpp:192: error: 'std::vector<libint2::Shell>' is not an accessible base of 'libint2::BasisSet'

I postponed the libint update in PR #1044, but we should definitely refactor our LibintInterface to be consistent with the latest libint version.