qiskit.aqua.operators.list_ops.TensoredOp.to_spmatrix¶ TensoredOp.to_spmatrix()¶ Returns SciPy sparse matrix representation of the Operator. Return type Union[spmatrix, List[spmatrix]] Returns CSR sparse matrix representation of the Operator, or List thereof.