qiskit.opflow.list_ops.TensoredOp.reduce¶ TensoredOp.reduce()[소스]¶ Try collapsing the Operator structure, usually after some type of conversion, e.g. trying to add Operators in a SummedOp or delete needless IGates in a CircuitOp. If no reduction is available, just returns self. 반환 형식 OperatorBase 반환 The reduced OperatorBase.