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