コード例 #1
0
 def __init__(self, index, params):
     """
     Initializes a convergence test step.
     params is a dict of parameters with values, like { 'ENCUT': 200, 'SIGMA': 0.1 }
     """
     BatchStep.__init__(self, index)
     self.params = params
コード例 #2
0
 def __init__(self, index, params):
     """
     Initializes a convergence test step.
     params is a dict of parameters with values, like { 'ENCUT': 200, 'SIGMA': 0.1 }
     """
     BatchStep.__init__(self, index)
     self.params = params
コード例 #3
0
ファイル: volumetest.py プロジェクト: siddarthachar/oppvasp
 def __init__(self, index, paramValue):
     BatchStep.__init__(self, index)
     self.paramValue = paramValue
コード例 #4
0
ファイル: volumetest.py プロジェクト: danmichaelo/oppvasp
 def __init__(self, index, paramValue):
     BatchStep.__init__(self, index)
     self.paramValue = paramValue