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