phetsims / models-of-the-hydrogen-atom

"Models of the Hydrogen Atom" is an educational simulation in HTML5, by PhET Interactive Simulations at the University of Colorado Boulder.
GNU General Public License v3.0
2 stars 3 forks source link

Excite Atom button should send a random photon that is absorbable when the atom is in state (2,0,0). #55

Open DianaTavares opened 1 month ago

DianaTavares commented 1 month ago

Excite Atom appears when stuck in the metastable 2S state. (Excite to n >2 in Schrödinger, will sometimes decay down to 2S state.)

We decided in today's design meeting that:

pixelzoom commented 1 month ago

Also...

pixelzoom commented 1 month ago

Looking at the Java version... It always emits 656 nm (red). But it then selects one of the 4 transitions from n = 2. So that's incorrect and potentially confusing. In the HTML5 version, I'll make sure that the corresponding transition is used for the wavelength that is randomly selected.

pixelzoom commented 1 month ago

This has been implemented, but it's difficult to review, since the Schrodinger view has not been implemented yet. So I'll leave this issue open and circle back later.