10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-17 00:20:41 +02:00
QuantumPackage/src/casscf/casscf.irp.f

15 lines
236 B
Fortran
Raw Normal View History

2019-06-24 15:32:26 +02:00
program casscf_new
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
no_vvvv_integrals = .True.
SOFT_TOUCH no_vvvv_integrals
call run
end
subroutine run
implicit none
call run_cipsi
end