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