def unOrthoFock(self): """Routine to unorthogonalize the orthonormal Fock matrix to AO basis""" self.F = np.dot(self.U.T,np.dot(self.FO,self.U))