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