Enum roqoqo::operations::PragmaOperation[][src]

pub enum PragmaOperation {
Show 23 variants PragmaSetNumberOfMeasurements(PragmaSetNumberOfMeasurements), PragmaSetStateVector(PragmaSetStateVector), PragmaSetDensityMatrix(PragmaSetDensityMatrix), PragmaRepeatGate(PragmaRepeatGate), PragmaOverrotation(PragmaOverrotation), PragmaBoostNoise(PragmaBoostNoise), PragmaStopParallelBlock(PragmaStopParallelBlock), PragmaGlobalPhase(PragmaGlobalPhase), PragmaSleep(PragmaSleep), PragmaActiveReset(PragmaActiveReset), PragmaStartDecompositionBlock(PragmaStartDecompositionBlock), PragmaStopDecompositionBlock(PragmaStopDecompositionBlock), PragmaDamping(PragmaDamping), PragmaDepolarising(PragmaDepolarising), PragmaDephasing(PragmaDephasing), PragmaRandomNoise(PragmaRandomNoise), PragmaGeneralNoise(PragmaGeneralNoise), PragmaConditional(PragmaConditional), PragmaGetStateVector(PragmaGetStateVector), PragmaGetDensityMatrix(PragmaGetDensityMatrix), PragmaGetOccupationProbability(PragmaGetOccupationProbability), PragmaGetPauliProduct(PragmaGetPauliProduct), PragmaRepeatedMeasurement(PragmaRepeatedMeasurement),
}
Expand description

Enum of all Operations implementing OperatePragma

Variants

PragmaSetNumberOfMeasurements(PragmaSetNumberOfMeasurements)

Variant for PragmaSetNumberOfMeasurements

Tuple Fields of PragmaSetNumberOfMeasurements

0: PragmaSetNumberOfMeasurements
PragmaSetStateVector(PragmaSetStateVector)

Variant for PragmaSetStateVector

Tuple Fields of PragmaSetStateVector

0: PragmaSetStateVector
PragmaSetDensityMatrix(PragmaSetDensityMatrix)

Variant for PragmaSetDensityMatrix

Tuple Fields of PragmaSetDensityMatrix

0: PragmaSetDensityMatrix
PragmaRepeatGate(PragmaRepeatGate)

Variant for PragmaRepeatGate

Tuple Fields of PragmaRepeatGate

0: PragmaRepeatGate
PragmaOverrotation(PragmaOverrotation)

Variant for PragmaOverrotation

Tuple Fields of PragmaOverrotation

0: PragmaOverrotation
PragmaBoostNoise(PragmaBoostNoise)

Variant for PragmaBoostNoise

Tuple Fields of PragmaBoostNoise

0: PragmaBoostNoise
PragmaStopParallelBlock(PragmaStopParallelBlock)

Variant for PragmaStopParallelBlock

Tuple Fields of PragmaStopParallelBlock

0: PragmaStopParallelBlock
PragmaGlobalPhase(PragmaGlobalPhase)

Variant for PragmaGlobalPhase

Tuple Fields of PragmaGlobalPhase

0: PragmaGlobalPhase
PragmaSleep(PragmaSleep)

Variant for PragmaSleep

Tuple Fields of PragmaSleep

0: PragmaSleep
PragmaActiveReset(PragmaActiveReset)

Variant for PragmaActiveReset

Tuple Fields of PragmaActiveReset

0: PragmaActiveReset
PragmaStartDecompositionBlock(PragmaStartDecompositionBlock)

Variant for PragmaStartDecompositionBlock

Tuple Fields of PragmaStartDecompositionBlock

0: PragmaStartDecompositionBlock
PragmaStopDecompositionBlock(PragmaStopDecompositionBlock)

Variant for PragmaStopDecompositionBlock

Tuple Fields of PragmaStopDecompositionBlock

0: PragmaStopDecompositionBlock
PragmaDamping(PragmaDamping)

Variant for PragmaDamping

Tuple Fields of PragmaDamping

0: PragmaDamping
PragmaDepolarising(PragmaDepolarising)

Variant for PragmaDepolarising

Tuple Fields of PragmaDepolarising

0: PragmaDepolarising
PragmaDephasing(PragmaDephasing)

Variant for PragmaDephasing

Tuple Fields of PragmaDephasing

0: PragmaDephasing
PragmaRandomNoise(PragmaRandomNoise)

Variant for PragmaRandomNoise

Tuple Fields of PragmaRandomNoise

0: PragmaRandomNoise
PragmaGeneralNoise(PragmaGeneralNoise)

Variant for PragmaGeneralNoise

Tuple Fields of PragmaGeneralNoise

0: PragmaGeneralNoise
PragmaConditional(PragmaConditional)

Variant for PragmaConditional

Tuple Fields of PragmaConditional

0: PragmaConditional
PragmaGetStateVector(PragmaGetStateVector)

Variant for PragmaGetStateVector

Tuple Fields of PragmaGetStateVector

0: PragmaGetStateVector
PragmaGetDensityMatrix(PragmaGetDensityMatrix)

Variant for PragmaGetDensityMatrix

Tuple Fields of PragmaGetDensityMatrix

0: PragmaGetDensityMatrix
PragmaGetOccupationProbability(PragmaGetOccupationProbability)

Variant for PragmaGetOccupationProbability

Tuple Fields of PragmaGetOccupationProbability

0: PragmaGetOccupationProbability
PragmaGetPauliProduct(PragmaGetPauliProduct)

Variant for PragmaGetPauliProduct

Tuple Fields of PragmaGetPauliProduct

0: PragmaGetPauliProduct
PragmaRepeatedMeasurement(PragmaRepeatedMeasurement)

Variant for PragmaRepeatedMeasurement

Tuple Fields of PragmaRepeatedMeasurement

0: PragmaRepeatedMeasurement

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 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 the From trait $\textit{from}$ this Operation.

Performs the conversion.

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

Performs the conversion.

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 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 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 tags classifying the type of the Operation.

Returns hqslang name of the Operation.

Returns true when Operation has symbolic parameters.

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

This method tests for !=.

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.

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.

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.

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.

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.

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.

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.