9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-03-13 12:21:47 +01:00
qp2/src/mo_two_e_ints
Anthony Scemama fda1d77d9d
Some checks failed
continuous-integration/drone/push Build is failing
fix mo_map_size
2024-10-17 19:29:47 +02:00
..
2024-06-07 16:09:53 +02:00
2024-07-03 14:52:20 +02:00
2023-11-11 16:13:23 +01:00
2024-10-17 19:29:47 +02:00
2019-01-25 11:39:31 +01:00
2019-01-25 11:39:31 +01:00

==================
mo_two_e_ints
==================

Here, all two-electron integrals (:math:`1/r_{12}`) are computed.
As they have 4 indices and many are zero, they are stored in a map, as defined
in :file:`Utils/map_module.f90`.

To fetch an |AO| integral, use the
`get_ao_two_e_integral(i,j,k,l,ao_integrals_map)` function, and
to fetch an |MO| integral, use
`get_two_e_integral(i,j,k,l,mo_integrals_map)` or
`mo_two_e_integral(i,j,k,l)`.

The conventions are:

* For |AO| integrals : (ik|jl) = (11|22)
* For |MO| integrals : <ij|kl> = <12|12>