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: f64Real portion of the complex number
im: f64Imaginary portion of the complex number