Module parametric

Source

Modules§

utils
Module for utilities related to parametric gates

Structs§

ParametricCRX
Specialized implementation of controlled parametric rotation around X-axis
ParametricPhaseShift
Phase shift gate with a parameterized phase
ParametricRotationX
Specialized implementation of rotation gates around the X-axis
ParametricRotationY
Specialized implementation of rotation gates around the Y-axis
ParametricRotationZ
Specialized implementation of rotation gates around the Z-axis
ParametricU
Specialized implementation of a general U-gate (parameterized single-qubit gate)
SymbolicParameter
Symbolic parameter that can be used in parametric gates

Enums§

Parameter
Parameter value representation for parametric gates

Traits§

ParametricGate
Trait for parametric gates that extends GateOp with parameter-related functionality