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

Simpler integral calls for shell pairs #6

Closed
gustavojra opened this issue Jan 10, 2022 · 1 comment
Closed

Simpler integral calls for shell pairs #6

gustavojra opened this issue Jan 10, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@gustavojra
Copy link
Member

Currently, if we want the integral value of two particular shells, say the overlap, you need to do

GaussianBasis.Libcint.cint1e_ovlp_sph!(buf, Cint.([2,3]), 
bset.lc_atoms, bset.natoms, bset.lc_bas, 
bset.nbas, bset.lc_env)

It would be nice to have something simpler, a overlap! function

overlap!(buf, bset, 2, 3)

That returns the same thing.

@gustavojra gustavojra added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jan 10, 2022
@gustavojra
Copy link
Member Author

This is done here #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant