10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-17 08:30:31 +02:00

read_wf has to be true for mrcc

This commit is contained in:
Anthony Scemama 2015-07-13 18:26:34 +02:00
parent 0228909819
commit 4dbe5dcd5d

View File

@ -1,5 +1,9 @@
program mrcc program mrcc
implicit none implicit none
if (.not.read_wf) then
print *, 'read_wf has to be true.'
stop 1
endif
call print_cas_coefs call print_cas_coefs
call run_mrcc call run_mrcc
end end