We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f127c6 commit 8368803Copy full SHA for 8368803
physics/rotational_partition
@@ -1,7 +1,7 @@
1
-def rotation_partition_function(moment_of_inertia: float,
+def rotation_partition_function(moment_of_inertia: float,
2
temperature: float) -> float:
3
"""
4
- Calculates the rotational partition
+ Calculates the rotational partition
5
function for linear molecules.
6
7
>>> round(rotation_partition_function(1e-46, 300), 4)
0 commit comments