Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.converters.AbelianGrouper.convert

AbelianGrouper.convert(operator)[ソース]

Check if operator is a SummedOp, in which case covert it into a sum of mutually commuting sums, or if the Operator contains sub-Operators and traverse is True, attempt to convert any sub-Operators.

パラメータ

operator (OperatorBase) – The Operator to attempt to convert.

戻り値

The converted Operator.

戻り値の型

OperatorBase