qiskit.pulse.ScheduleBlock.assign_parameters¶
- ScheduleBlock.assign_parameters(value_dict, inplace=True)[Quellcode]¶
Assign the parameters in this schedule according to the input.
- Parameter
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.
- Rückgabetyp
- Rückgabe
Schedule with updated parameters.