FunctionalScalarSum.adjoint

property FunctionalScalarSum.adjoint

Adjoint of this operator.

The adjoint of the operator sum is the sum of the operator adjoints:

OperatorSum(left, right).adjoint == OperatorSum(left.adjoint, right.adjoint)

Returns
adjointOperatorSum
Raises
OpNotImplementedError

If either of the underlying operators are non-linear.