mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-08 20:33:26 +01:00
read_wf has to be true for mrcc
This commit is contained in:
parent
0228909819
commit
4dbe5dcd5d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user