mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-05 02:48:54 +01:00
Moved MRPT_Utils
This commit is contained in:
parent
45183fdd8d
commit
d00c312361
23
plugins/MRPT_Utils/ezfio_interface.irp.f
Normal file
23
plugins/MRPT_Utils/ezfio_interface.irp.f
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
! DO NOT MODIFY BY HAND
|
||||||
|
! Created by $QP_ROOT/scripts/ezfio_interface/ei_handler.py
|
||||||
|
! from file /home/scemama/quantum_package/src/MRPT_Utils/EZFIO.cfg
|
||||||
|
|
||||||
|
|
||||||
|
BEGIN_PROVIDER [ logical, do_third_order_1h1p ]
|
||||||
|
implicit none
|
||||||
|
BEGIN_DOC
|
||||||
|
! If true, compute the third order contribution for the 1h1p
|
||||||
|
END_DOC
|
||||||
|
|
||||||
|
logical :: has
|
||||||
|
PROVIDE ezfio_filename
|
||||||
|
|
||||||
|
call ezfio_has_mrpt_utils_do_third_order_1h1p(has)
|
||||||
|
if (has) then
|
||||||
|
call ezfio_get_mrpt_utils_do_third_order_1h1p(do_third_order_1h1p)
|
||||||
|
else
|
||||||
|
print *, 'mrpt_utils/do_third_order_1h1p not found in EZFIO file'
|
||||||
|
stop 1
|
||||||
|
endif
|
||||||
|
|
||||||
|
END_PROVIDER
|
Loading…
Reference in New Issue
Block a user