Skip to content

Commit 97cadf3

Browse files
authored
Remove redundant TODO comments for documentation
1 parent ce2f739 commit 97cadf3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dfttk/thermal_electronic/thermal_electronic.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,7 @@ def calculate_entropies(
10671067
plot: bool = False,
10681068
plot_temperature: float = None,
10691069
) -> np.ndarray:
1070-
#TODO: fix the formula for readthedocs:
1071-
#S_\mathrm{el}(T, V) = - k_B \int_{-\infty}^{\infty} \mathrm{DOS}(E) \left[ f \ln f + (1 - f) \ln (1 - f) \right] \, dE
1070+
#TODO: fix the formula for readthedocs
10721071
"""
10731072
Calculates the thermal electronic contribution to the entropy for a given volume using the formula
10741073
@@ -1227,7 +1226,7 @@ def calculate_heat_capacities(
12271226
plot=False,
12281227
plot_temperature: float = None,
12291228
) -> np.ndarray:
1230-
#TODO: fix the formula for readthedocs:
1229+
#TODO: fix the formula for readthedocs
12311230
"""
12321231
Calculates the thermal electronic contribution to the heat capacity for a given volume using the formula
12331232

0 commit comments

Comments
 (0)