Struct wafer::potential::Potentials[][src]

pub struct Potentials {
    pub v: Array3<R64>,
    pub a: Array3<R64>,
    pub b: Array3<R64>,
    pub pot_sub: (Option<Array3<R64>>, Option<R64>),
}

Holds the potential arrays for the current simulation.

Fields

The potential.

Ancillary array a.

Ancillary array b.

Potsub value.

Trait Implementations

impl Debug for Potentials
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Potentials

impl Sync for Potentials