We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbdd8e commit 4200aa2Copy full SHA for 4200aa2
physics/translation_partition
@@ -1,9 +1,9 @@
1
import math
2
3
-def translation_partition_function(mass: float, temperature: float,
+def translation_partition_function(mass: float, temperature: float,
4
volume: float) -> float:
5
"""
6
- Calculates the translational partition
+ Calculates the translational partition
7
function using the formula:
8
q_trans = ((2 * pi * m * k_B * T)^(3/2) * V) / h^3
9
0 commit comments