Skip to content

Commit 4200aa2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4fbdd8e commit 4200aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

physics/translation_partition

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import math
22

3-
def translation_partition_function(mass: float, temperature: float,
3+
def translation_partition_function(mass: float, temperature: float,
44
volume: float) -> float:
55
"""
6-
Calculates the translational partition
6+
Calculates the translational partition
77
function using the formula:
88
q_trans = ((2 * pi * m * k_B * T)^(3/2) * V) / h^3
99

0 commit comments

Comments
 (0)