qrisp.operators.qubit.QubitOperator.to_sparse_matrix#

QubitOperator.to_sparse_matrix(factor_amount=None)[source]#

Returns a scipy matrix representing the operator

O=iαij=0n1Oij

where Oij{X,Y,Z,A,C,P0,P1,I}.

Parameters:
factor_amountint, optional

The amount of factors n to represent this matrix. The matrix will have the dimension 2n×2n, where n is the amount of factors. By default the minimal number n is chosen.

Returns:
scipy.sparse.csr_matrix

The sparse matrix representing the operator.