dyson.representations.representation# Base class for representations. Classes BaseRepresentation() Base class for representations. class dyson.representations.representation.BaseRepresentation[source]# Bases: ABC Base class for representations. abstract property nphys: int# Get the number of physical degrees of freedom. abstract property hermitian: bool# Get a boolean indicating if the system is Hermitian.