示例#1
0
 def next_gs_scf_cycle(self):
     """
     Return the next :class:`GroundStateScfCycle` in the file. None if not found.
     """
     return GroundStateScfCycle.from_stream(self)
示例#2
0
文件: outputs.py 项目: gmatteo/abipy
 def next_gs_scf_cycle(self):
     """
     Return the next :class:`GroundStateScfCycle` in the file. None if not found.
     """
     return GroundStateScfCycle.from_stream(self)