evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
225 stars 95 forks source link

Unable to find libint2/libint2_params.h #177

Closed sharm608 closed 3 years ago

sharm608 commented 4 years ago

Hi,

I have downloaded the library from the link given in the prerequisite (https://github.com/evaleev/libint/wiki/using-modern-CPlusPlus-API). While I was trying to compile a hartree-fock.cc code in the test directory using g++ -I .../libint-2.7.0-beta.3/include hartree-fock.cc -o hartree-fock, it returns a error message- libint2/libint2_params.h: no such file exists.

I am not sure why it is showing. Please help

Thank you