qiskit.opflow.list_ops.ListOp.mul¶
-
ListOp.
mul
(scalar)[source]¶ Returns the scalar multiplication of the Operator, overloaded by
*
, including support for Terra’sParameters
, which can be bound to values later (viabind_parameters
).- Parameters
scalar (
Union
[complex
,ParameterExpression
]) – The real or complex scalar by which to multiply the Operator, or theParameterExpression
to serve as a placeholder for a scalar factor.- Return type
ListOp
- Returns
An
OperatorBase
equivalent to product of self and scalar.