mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-14 18:13:51 +01:00
read complex orbitals
This commit is contained in:
parent
120e421239
commit
7be57b7a14
@ -45,7 +45,11 @@ subroutine create_guess
|
||||
END_DOC
|
||||
logical :: exists
|
||||
PROVIDE ezfio_filename
|
||||
call ezfio_has_mo_basis_mo_coef(exists)
|
||||
if (is_complex) then
|
||||
call ezfio_has_mo_basis_mo_coef_complex(exists)
|
||||
else
|
||||
call ezfio_has_mo_basis_mo_coef(exists)
|
||||
endif
|
||||
if (.not.exists) then
|
||||
if (mo_guess_type == "HCore") then
|
||||
if (is_complex) then
|
||||
|
Loading…
Reference in New Issue
Block a user