コード例 #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)