![]() |
(git:be2ee82)
|
Local FCI solver interface for active-space embedding. More...
Functions/Subroutines | |
| subroutine, public | solve_active_space_fci (active_space_env, para_env, p_act_mo_a, p_act_mo_b) |
| Solve the current active-space Hamiltonian with the local FCI kernel. | |
Local FCI solver interface for active-space embedding.
| subroutine, public qs_active_space_fci::solve_active_space_fci | ( | type(active_space_type), intent(inout), pointer | active_space_env, |
| type(mp_para_env_type), intent(in), pointer | para_env, | ||
| real(kind=dp), dimension(:), intent(out), allocatable | p_act_mo_a, | ||
| real(kind=dp), dimension(:), intent(out), optional, allocatable | p_act_mo_b | ||
| ) |
Solve the current active-space Hamiltonian with the local FCI kernel.
| active_space_env | active-space environment |
| para_env | parallel environment |
| p_act_mo_a | alpha or spin-summed active-space 1-RDM |
| p_act_mo_b | beta active-space 1-RDM for unrestricted calculations |
Definition at line 63 of file qs_active_space_fci.F.