qiskit.aqua.operators.list_ops.TensoredOp.log_i¶
-
TensoredOp.
log_i
(massive=False)¶ Return a
MatrixOp
equivalent to log(H)/-i for this operator H. This function is the effective inverse of exp_i, equivalent to finding the Hermitian Operator which produces self when exponentiated. For proper ListOps, applieslog_i
to all ops in oplist.- Return type
OperatorBase