Type Alias atom_t

Source
pub type atom_t = dcomplex;

Aliased Type§

struct atom_t {
    pub real: f64,
    pub imag: f64,
}

Fields§

§real: f64§imag: f64