Module parametric
Source - utils
- Module for utilities related to parametric gates
- 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
- Parameter
- Parameter value representation for parametric gates
- ParametricGate
- Trait for parametric gates that extends GateOp with parameter-related functionality