mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-06 07:05:25 +02: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…
x
Reference in New Issue
Block a user