Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | tStabilityAnalysis | = | .true. | ||
logical, | public | :: | tDirectRPA | ||||
integer, | public | :: | ov_space | ||||
integer, | public | :: | virt_start | ||||
real(kind=dp), | public, | allocatable | :: | A_mat(:,:) | |||
real(kind=dp), | public, | allocatable | :: | B_mat(:,:) | |||
real(kind=dp), | public, | allocatable | :: | OccNumbers(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | a | |||
integer, | intent(in) | :: | i |
call stop_all(t_r,”Calculation of X matrix not the same as via stability matrix”)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(out) | :: | Weight | |||
real(kind=dp), | intent(out) | :: | Energy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | mat(:,:) | |||
real(kind=dp), | intent(out), | dimension(size(mat, 1), size(mat, 2)) | :: | matinv |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | X(ov_space,ov_space) | |||
real(kind=dp), | intent(in) | :: | Y(ov_space,ov_space) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | mat(:,:) | |||
character(len=*), | intent(in) | :: | matname | |||
logical | :: | tOneLine |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | vec(:) | |||
character(len=*), | intent(in) | :: | vecname |