pub type QuantumAmplitude = Complex<f64>;Expand description
Complex number type for quantum states
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