Skip to content

Commit 47948e7

Browse files
nhew1994Copilot
andauthored
Update dfttk/debye.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0e50231 commit 47948e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dfttk/debye.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def calculate_heat_capacities(self, debye_temperature: float) -> np.ndarray:
404404
405405
.. math::
406406
407-
\frac{3}{x^3} \\int_0^x \\frac{t^4 e^t}{(e^t - 1)^2} \\, dt
407+
\\frac{3}{x^3} \\int_0^x \\frac{t^4 e^t}{(e^t - 1)^2} \\, dt
408408
409409
Args:
410410
debye_temperature: Debye temperature in K for a given volume.

0 commit comments

Comments
 (0)