Skip to content

Commit 8957d82

Browse files
committed
Merge branch 'master' of github.com:SSCHAcode/python-sscha
2 parents eac76d3 + fc18a97 commit 8957d82

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
@@ -200,7 +200,7 @@ def __init__(self, ensemble = None, root_representation = "normal",
200200
self.use_spglib = False
201201

202202
# If True, enforce the symmetrization and the sum rule after each step
203-
self.enforce_sum_rule = False
203+
self.enforce_sum_rule = True
204204

205205

206206
# Setup the statistical threshold

0 commit comments

Comments
 (0)