Skip to content

Commit 7210924

Browse files
committed
Another bugfix
1 parent 5719631 commit 7210924

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
@@ -1235,7 +1235,7 @@ def finalize(self, verbose = 1):
12351235

12361236
# Print the total force on the structure
12371237
print("Total force on the centroids [eV/A]:")
1238-
forces, err = self.ensemble.get_average_forces()
1238+
forces, err = self.ensemble.get_average_forces(True)
12391239
# Apply the symmetries
12401240
if not self.neglect_symmetries:
12411241
qe_sym = CC.symmetries.QE_Symmetry(self.dyn.structure)

0 commit comments

Comments
 (0)