We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8767ac9 commit 428393cCopy full SHA for 428393c
phy.py
@@ -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