def next_gs_scf_cycle(self): """ Return the next :class:`GroundStateScfCycle` in the file. None if not found. """ return GroundStateScfCycle.from_stream(self)