localisation_vars_type Derived Type

type, private :: localisation_vars_type

Contributions to the spread


Components

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


Source Code

  type localisation_vars_type
    !! 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
  end type localisation_vars_type