Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.OperatorBase.add

abstract OperatorBase.add(other)[código fonte]

Return Operator addition of self and other, overloaded by +.

Parâmetros

other (OperatorBase) – An OperatorBase with the same number of qubits as self, and in the same “Operator”, “State function”, or “Measurement” category as self (i.e. the same type of underlying function).

Tipo de retorno

OperatorBase

Retorno

An OperatorBase equivalent to the sum of self and other.