mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-12 17:13:54 +01:00
Forgot file
This commit is contained in:
parent
3cc8fca451
commit
444c45a06b
19
src/BiInts/all_integrals.irp.f
Normal file
19
src/BiInts/all_integrals.irp.f
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user