Skip to content

Commit 428393c

Browse files
Confirmed running locally
1 parent 8767ac9 commit 428393c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phy.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
wavelength = 0.01 * 0.5E-9
2+
import numpy as np
3+
from scipy import constants
4+
print(wavelength)
5+
print((constants.h**2)/(2*9.11E-31*(wavelength**2)))

0 commit comments

Comments
 (0)