pub type QuantumAmplitude = Complex64;Expand description
Type alias for quantum amplitude
Aliased Type§
#[repr(C)]pub struct QuantumAmplitude {
pub re: f64,
pub im: f64,
}Fields§
§re: f64Real portion of the complex number
im: f64Imaginary portion of the complex number