10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 23:22:18 +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
implicit none
if (.not.read_wf) then
print *, 'read_wf has to be true.'
stop 1
endif
call print_cas_coefs
call run_mrcc
end