Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public, | allocatable | :: | ftlm_hamil(:,:) | |||
real(kind=dp), | public, | allocatable | :: | ftlm_vecs(:,:) | |||
real(kind=dp), | public, | allocatable | :: | full_vec_ftlm(:) | |||
integer(kind=MPIArg), | public, | allocatable | :: | ndets_ftlm(:) | |||
integer(kind=MPIArg), | public, | allocatable | :: | disps_ftlm(:) | |||
integer, | public | :: | n_init_vecs_ftlm | ||||
integer, | public | :: | n_lanc_vecs_ftlm | ||||
integer, | public | :: | nbeta_ftlm | ||||
real(kind=dp), | public, | allocatable | :: | ftlm_h_eigv(:) | |||
real(kind=dp), | public, | allocatable | :: | ftlm_trace(:) | |||
real(kind=dp), | public, | allocatable | :: | ftlm_e_num(:) | |||
real(kind=dp), | public | :: | delta_beta_ftlm | ||||
integer, | public | :: | ftlm_unit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ivec | |||
real(kind=dp), | intent(inout) | :: | lanc_vecs(:,:) | |||
real(kind=dp), | intent(inout) | :: | full_vec(:) | |||
real(kind=dp), | intent(inout) | :: | proj_hamil(:,:) | |||
integer(kind=MPIArg), | intent(in) | :: | counts(0:nProcessors-1) | |||
integer(kind=MPIArg), | intent(in) | :: | disps(0:nProcessors-1) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(inout) | :: | lanc_vecs(:,:) | |||
real(kind=dp), | intent(inout) | :: | full_vec(:) | |||
real(kind=dp), | intent(inout) | :: | proj_hamil(:,:) | |||
integer(kind=MPIArg), | intent(in) | :: | counts(0:nProcessors-1) | |||
integer(kind=MPIArg), | intent(in) | :: | disps(0:nProcessors-1) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | h_sum |