qiskit.opflow.primitive_ops.PrimitiveOp.mul¶
- PrimitiveOp.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
).- প্যারামিটার
scalar (Union[complex, ParameterExpression]) -- The real or complex scalar by which to multiply the Operator, or the
ParameterExpression
to serve as a placeholder for a scalar factor.- রিটার্নস
An
OperatorBase
equivalent to product of self and scalar.- রিটার্ন টাইপ