qiskit.opflow.list_ops.SummedOp.to_matrix_op¶
- SummedOp.to_matrix_op(massive=False)[Quellcode]¶
Returns an equivalent Operator composed of only NumPy-based primitives, such as
MatrixOp
andVectorStateFn
.- Rückgabetyp
Returns an equivalent Operator composed of only NumPy-based primitives, such as
MatrixOp
and VectorStateFn
.