qiskit.pulse.ScheduleBlock.assign_parameters¶
-
ScheduleBlock.
assign_parameters
(value_dict, inplace=True)[source]¶ Assign the parameters in this schedule according to the input.
- Parameters
value_dict (
Dict
[ParameterExpression
,Union
[ParameterExpression
,float
]]) – A mapping from Parameters to either numeric values or another Parameter expression.inplace (
bool
) – SetTrue
to override this instance with new parameter.
- Return type
ScheduleBlock
- Returns
Schedule with updated parameters.