def orthoFock(self): """Routine to orthogonalize the AO Fock matrix to orthonormal basis""" self.FO = np.dot(self.X.T,np.dot(self.F,self.X))