Struct wafer::output::ObservablesOutput[][src]

struct ObservablesOutput {
    state: u8,
    energy: R64,
    binding_energy: R64,
    r: R64,
    l_r: R64,
}

Structured output of observable values

Fields

Excited state number.

Total energy.

Binding energy.

Coefficient of determination

Grid size / Coefficient of determination

Trait Implementations

impl Debug for ObservablesOutput
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ObservablesOutput

impl Sync for ObservablesOutput