10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-22 05:02:15 +02:00

Forgot file

This commit is contained in:
Anthony Scemama 2014-10-01 21:00:57 +02:00
parent 3cc8fca451
commit 444c45a06b

View File

@ -0,0 +1,19 @@
BEGIN_PROVIDER [ logical, all_ao_integrals ]
implicit none
BEGIN_DOC
! Forces all provieders of AO integrals to be provided
END_DOC
PROVIDE all_utils nucl_coord ao_overlap_abs ao_overlap
END_PROVIDER
BEGIN_PROVIDER [ logical, all_mo_integrals ]
implicit none
BEGIN_DOC
! Forces all provieders of MO integrals to be provided
END_DOC
PROVIDE all_utils nucl_coord mo_bielec_integral_jj
PROVIDE mo_bielec_integral_jj_exchange mo_bielec_integral_jj_anti
END_PROVIDER