Skip to content

Commit f43cf97

Browse files
committed
Fixed the documentation of the stress
1 parent 6b3c9a3 commit f43cf97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2184,7 +2184,7 @@ def get_average_stress(self):
21842184
21852185
.. math::
21862186
2187-
P_{\\alpha\\beta} = \\left<P_{\\apha\\beta}\\right>
2187+
P_{\\alpha\\beta} = \\left<P_{\\alpha\\beta}\\right>
21882188
21892189
"""
21902190
stress = np.einsum("abc, a", self.stresses, self.rho) / np.sum(self.rho)

0 commit comments

Comments
 (0)