ZFeatureMap.parameter_bounds¶
- property ZFeatureMap.parameter_bounds: Optional[List[Tuple[float, float]]]¶
The parameter bounds for the unbound parameters in the circuit.
- Return type
Optional
[List
[Tuple
[float
,float
]]]- Returns
A list of pairs indicating the bounds, as (lower, upper). None indicates an unbounded parameter in the corresponding direction. If None is returned, problem is fully unbounded.