I am using libcint in a semiempirical Python code that only requires 1-electron integrals. Is there a way to remove the more complicated integrals, or is this just not possible within the infrastructure? I already tried removing stuff from auto_intor.cl (and the src/autocode directory), but I always end up with "undefined symbols" errors when I import in Python.
I am using libcint in a semiempirical Python code that only requires 1-electron integrals. Is there a way to remove the more complicated integrals, or is this just not possible within the infrastructure? I already tried removing stuff from
auto_intor.cl
(and the src/autocode directory), but I always end up with "undefined symbols" errors when I import in Python.Best, Marvin