File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments