From c0f71a1b7b281146a68f41dd10249fe23cf2c111 Mon Sep 17 00:00:00 2001 From: orosmatthew Date: Tue, 27 Feb 2024 12:43:01 -0500 Subject: [PATCH] Make hbar 1 --- ps9-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps9-2.py b/ps9-2.py index b8ca074..c80f43f 100644 --- a/ps9-2.py +++ b/ps9-2.py @@ -1,7 +1,7 @@ import numpy as np a = 1 -hbar = 1.054572e-34 +hbar = 1 # 1.054572e-34 n_vals = [n for n in range(1, 7)] N = 1000