Expand description
Parametric gate support: symbolic and numeric parameter values.
Defines Parameter and ParametricGate for circuits whose gate angles
can be symbolic (for variational algorithms) or concrete numeric constants.
Supports binding, differentiation, and parameter sweeps.
Modules§
- utils
- Module for utilities related to parametric gates
Structs§
- ParametricCRX
- Specialized implementation of controlled parametric rotation around X-axis
- Parametric
Phase Shift - Phase shift gate with a parameterized phase
- Parametric
RotationX - Specialized implementation of rotation gates around the X-axis
- Parametric
RotationY - Specialized implementation of rotation gates around the Y-axis
- Parametric
RotationZ - Specialized implementation of rotation gates around the Z-axis
- ParametricU
- Specialized implementation of a general U-gate (parameterized single-qubit gate)
- Symbolic
Parameter - Symbolic parameter that can be used in parametric gates
Enums§
- Parameter
- Parameter value representation for parametric gates
Traits§
- Parametric
Gate - Trait for parametric gates that extends GateOp with parameter-related functionality