Struct wafer::grid::Observables[][src]

pub struct Observables {
    pub energy: R64,
    pub norm2: R64,
    pub v_infinity: R64,
    pub r2: R64,
}

Holds all computed observables for the current wavefunction.

Fields

Normalised total energy.

A squared normalisation. Square root occurs later when needed to apply a complete normalisation condition. This needs to be separate as we include other adjustments from time to time.

The value of the potential at infinity. This is used to calculate the binding energy.

Coefficient of determination

Trait Implementations

impl Debug for Observables
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Observables

impl Sync for Observables