qiskit.pulse.SetPhase.assign_parameters¶
-
SetPhase.
assign_parameters
(value_dict)¶ Modify and return self with parameters assigned according to the input.
- Parameters
value_dict (
Dict
[ParameterExpression
,Union
[ParameterExpression
,float
]]) – A mapping from Parameters to either numeric values or another Parameter expression.- Return type
Instruction
- Returns
Self with updated parameters.