qiskit.pulse.instructions.Instruction.assign_parameters¶
-
Instruction.
assign_parameters
(value_dict)[source]¶ 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.