10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-20 20:22:32 +02:00
QuantumPackage/src/mo_one_e_ints
2020-07-13 18:24:37 -05:00
..
ao_to_mo_cplx.irp.f working on scf kpts 2020-03-18 15:55:53 -05:00
ao_to_mo.irp.f complex cleanup 2020-01-28 15:43:40 -06:00
EZFIO.cfg resolved dev kpts merge 2020-06-16 10:38:27 -05:00
kin_mo_ints_cplx.irp.f scf kpts 2020-03-18 16:30:27 -05:00
kin_mo_ints.irp.f kpts diag 2020-03-20 14:20:04 -05:00
mo_one_e_ints_cplx.irp.f testing for real kpts; not clean 2020-07-13 18:24:37 -05:00
mo_one_e_ints.irp.f resolved dev kpts merge 2020-06-16 10:38:27 -05:00
mo_overlap.irp.f testing for real kpts; not clean 2020-07-13 18:24:37 -05:00
NEED Initial commit 2019-01-25 11:39:31 +01:00
orthonormalize.irp.f testing for real kpts; not clean 2020-07-13 18:24:37 -05:00
pot_mo_ints_cplx.irp.f cleaning after dev merge 2020-06-17 13:16:00 -05:00
pot_mo_ints.irp.f resolved dev kpts merge 2020-06-16 10:38:27 -05:00
pot_mo_pseudo_ints_cplx.irp.f scf kpts 2020-03-18 16:30:27 -05:00
pot_mo_pseudo_ints.irp.f kpts diag 2020-03-20 14:20:04 -05:00
README.rst Initial commit 2019-01-25 11:39:31 +01:00
spread_dipole_mo.irp.f Initial commit 2019-01-25 11:39:31 +01:00

==================
mo_one_e_integrals
==================

All the one-electron integrals in |MO| basis are defined here.

The most important providers for usual quantum-chemistry calculation are:

* `mo_kinetic_integrals` which are the kinetic operator integrals on the |AO| basis (see :file:`kin_mo_ints.irp.f`)
* `mo_integrals_n_e` which are the nuclear-elctron operator integrals on the |AO| basis (see :file:`pot_mo_ints.irp.f`)
* `mo_one_e_integrals` which are the the h_core operator integrals on the |AO| basis (see :file:`mo_mono_ints.irp.f`)

Note that you can find other interesting integrals related to the position operator in :file:`spread_dipole_mo.irp.f`.