Esempio n. 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
Esempio n. 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
Esempio n. 3
0
 def __init__(self, index, paramValue):
     BatchStep.__init__(self, index)
     self.paramValue = paramValue
Esempio n. 4
0
 def __init__(self, index, paramValue):
     BatchStep.__init__(self, index)
     self.paramValue = paramValue