Skip to content

Commit 87a84fa

Browse files
committed
By default the stopping criteria is both gradients
1 parent 3bcd18e commit 87a84fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/SchaMinimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def __init__(self, ensemble = None, root_representation = "normal",
181181
self.fake_precond = False
182182

183183
# The stopping criteria on which gradient is evaluated
184-
self.gradi_op = "gc"
184+
self.gradi_op = "all"
185185

186186
# Define the stress offset
187187
self.stress_offset = np.zeros((3,3), dtype = np.float64, order = "F")

0 commit comments

Comments
 (0)