scqubits.core.operators.creation_sparse¶ scqubits.core.operators.creation_sparse(dimension)[source]¶ Returns a matrix of size dimension x dimension representing the creation operator in the format of a scipy sparse.csc_matrix Return type: csc_matrix Parameters: dimension (int)