Struct roqoqo::operations::PhaseShiftState0[][src]

pub struct PhaseShiftState0 {
    qubit: usize,
    theta: CalculatorFloat,
}
Expand description

The phase shift gate applied on state |0>.

Rotation around Z-axis by an arbitrary angle $\theta$ (AC Stark shift of the state |0>).

$$ U = \begin{pmatrix} e^{i \theta} & 0\\ 0 & 1 \end{pmatrix} $$

Fields

qubit: usize

The qubit the unitary gate is applied to.

theta: CalculatorFloat

The angle $\theta$ of the rotation, in the interval from 0 to $2 \pi$.

Implementations

Creates a new instance of PhaseShiftState0.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements the From trait $\textit{from}$ this Operation.

Performs the conversion.

Implements InvolveQubits trait for the qubits involved in this Operation.

Returns a list of all involved qubits.

Implements the universal basic trait Operate for this Operation.

Returns true when Operation has symbolic parameters.

Returns tags classifying the type of the Operation.

Returns hqslang name of the Operation.

Trait for all operations acting with a unitary gate on a set of qubits.

Returns unitary matrix of the gate.

Returns

  • Ok(Array2<Complex64>) - The unitary matrix representation of the gate.
  • Err(RoqoqoError) - The parameter conversion to f64 failed (here, not possible).

Implements OperateSingleQubit trait for this Operation acting on exactly one qubit.

Returns qubit the Operation acts on.

Trait for unitary operations acting on exactly one qubit.

Returns the alpha_r parameter of the operation.

Returns

  • alpha_r - The real part $\alpha_r$ of the on-diagonal elements of the single-qubit unitary matrix.

Returns the alpha_i parameter of the operation.

Returns

  • alpha_i - The imaginary part $ \alpha_i $ of the on-diagonal elements of the single-qubit unitary matrix.

Returns the beta_r parameter of the operation.

Returns

  • beta_r - The real part $ \beta_r $ of the off-diagonal elements of the single-qubit unitary matrix.

Returns the beta_i parameter of the operation.

Returns

  • beta_i - The imaginary part $ \beta_i $ of the off-diagonal elements of the single-qubit unitary matrix.

Returns global_phase parameter of the operation.

Returns

  • global_phase - The global phase phi $ \phi $ of the single-qubit unitary.

Multiplies two compatible operations implementing OperateSingleQubitGate. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Returns rotation parameter theta.

Returns the gate to the power of power.`

Serialize this value into the given Serde serializer. Read more

Implements Substitute trait allowing to replace symbolic parameters and to perform qubit mappings.

Substitutes symbolic parameters in clone of the operation.

Remaps the qubits in clone of the operation.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Implements the core::convert::TryFrom trait $\textit{into}$ this Operation.

The type returned in case of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.