EdgeWeight

Type Alias EdgeWeight 

Source
pub type EdgeWeight = Complex64;
Expand description

Edge weight in quantum decision diagrams (complex amplitude)

Aliased Type§

#[repr(C)]
pub struct EdgeWeight { pub re: f64, pub im: f64, }

Fields§

§re: f64

Real portion of the complex number

§im: f64

Imaginary portion of the complex number