def unOrthoDen(self): """Routine to unorthogonalize the orthonormal Density matrix to AO basis""" self.P = np.dot(self.X,np.dot(self.PO,self.X.T))