mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user