Contributions to the spread
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | om_i | Gauge Invarient |
|||
real(kind=dp), | public | :: | om_d | Diagonal |
|||
real(kind=dp), | public | :: | om_od | Off-diagonal |
|||
real(kind=dp), | public | :: | om_tot | Total |
|||
real(kind=dp), | public | :: | om_iod | Combined I-OD term for selective localization |
|||
real(kind=dp), | public | :: | om_nu | Lagrange multiplier term due to constrained centres real(kind=dp) :: om_c Total spread functional with constraints |
type localisation_vars
!! Contributions to the spread
real(kind=dp) :: om_i
!! Gauge Invarient
real(kind=dp) :: om_d
!! Diagonal
real(kind=dp) :: om_od
!! Off-diagonal
real(kind=dp) :: om_tot
!! Total
real(kind=dp) :: om_iod
!! Combined I-OD term for selective localization
real(kind=dp) :: om_nu
!! Lagrange multiplier term due to constrained centres
!! real(kind=dp) :: om_c
!! Total spread functional with constraints
!~ real(kind=dp) :: om_1
!~ real(kind=dp) :: om_2
!~ real(kind=dp) :: om_3
end type localisation_vars