Energy levels in quantum well structures

starla
Messages
2
Reaction score
0
Does anyone knows how to solve the following eigenvalue equation using matlab? so as to obtain the energy levels in a quantum well structure.. or does anyone has the codes or knows where to find the codes to do so?

Eigenvalue equation:

tan(sq_root(2mE/hbar^2)*(d/2)) = sq_root((V-E)/E) for even mode (n=2,4,6...)

cot(sq_root(2mE/hbar^2)*(d/2)) = -sq_root((V-E)/E) for odd mode (n=1,3,5...)

where V is the depth of the potential well and m is the effective mass. The eignvalue equation shown above can be numerically solved to yield the energy levels E in a potential well.
 
Physics news on Phys.org
starla said:
Does anyone knows how to solve the following eigenvalue equation using matlab? so as to obtain the energy levels in a quantum well structure.. or does anyone has the codes or knows where to find the codes to do so?

Eigenvalue equation:

tan(sq_root(2mE/hbar^2)*(d/2)) = sq_root((V-E)/E) for even mode (n=2,4,6...)

cot(sq_root(2mE/hbar^2)*(d/2)) = -sq_root((V-E)/E) for odd mode (n=1,3,5...)

where V is the depth of the potential well and m is the effective mass. The eignvalue equation shown above can be numerically solved to yield the energy levels E in a potential well.
Can't you just write, e.g.,

0 = tan(sq_root(2mE/hbar^2)*(d/2)) - sq_root((V-E)/E),

and use the fzero command.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!

Similar threads

Back
Top