use Complex;
/// A state of a [`Qubit`](crate::quantum::types::qubit::Qubit) that is written formally as:
/// $$|0\rangle$$
pub const KET_ZERO: = new;
/// A state of a [`Qubit`](crate::quantum::types::qubit::Qubit) that is written formally as:
/// $$|1\rangle$$
pub const KET_ONE: = new;
/// A state of a [`Qubit`](crate::quantum::types::qubit::Qubit) that is written formally as:
/// $$|-1\rangle$$
pub const KET_FLIP: = new;
/// A state of a [`Qubit`](crate::quantum::types::qubit::Qubit) that is written formally as:
/// $$|i\rangle$$
pub const KET_ROTATION: = new;
/// A state of a [`Qubit`](crate::quantum::types::qubit::Qubit) that is written formally as:
/// $$|-i\rangle$$
pub const KET_BACK_ROTATION: = new;