pub type Qubit = QubitState;
Alias for single qubit.
pub struct Qubit { pub alpha: Complex, pub beta: Complex, }
alpha: Complex
beta: Complex