qrisp.operators.qubit.QubitOperator.to_sparse_matrix#
- QubitOperator.to_sparse_matrix(factor_amount=None)[source]#
Returns a scipy matrix representing the operator
where
.- Parameters:
- factor_amountint, optional
The amount of factors
to represent this matrix. The matrix will have the dimension , where n is the amount of factors. By default the minimal number is chosen.
- Returns:
- scipy.sparse.csr_matrix
The sparse matrix representing the operator.