Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove integrals from final build #108

Open
marvinfriede opened this issue Jun 28, 2024 · 1 comment
Open

Remove integrals from final build #108

marvinfriede opened this issue Jun 28, 2024 · 1 comment

Comments

@marvinfriede
Copy link

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

@sunqm
Copy link
Owner

sunqm commented Jul 8, 2024

You can edit the CMakeLists.txt, https://github.com/sunqm/libcint/blob/master/CMakeLists.txt#L73 , keep the necessary files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants