We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3510b85 commit f124d7eCopy full SHA for f124d7e
physics/photoelectric_effect.py
@@ -10,17 +10,16 @@
10
K_max = hν − Φ
11
12
where:
13
- h = Planck's constant
14
- ν = frequency of the incident radiation
15
- Φ = work function of the material
+ h = Planck's constant
+ ν = frequency of the incident radiation
+ Φ = work function of the material
16
17
The work function Φ is the minimum energy required to remove an electron
18
from the surface of the material.
19
20
Reference: https://en.wikipedia.org/wiki/Photoelectric_effect
21
"""
22
23
-
24
PLANCK_CONSTANT_JS = 6.6261 * pow(10, -34) # in SI (Js)
25
PLANCK_CONSTANT_EVS = 4.1357 * pow(10, -15) # in eVs
26
@@ -66,4 +65,3 @@ def maximum_kinetic_energy(
66
65
import doctest
67
68
doctest.testmod()
69
0 commit comments