Schrodinger equation using pdemodeler
Show older comments
Hello! I'm a beginner wondering if it's possible to plot the solutions of the Schrodinger equation in PDE Modeler. Would somebody kindly guide me on that?
Answers (1)
Since there is no example for the Schrodinger Equation in the PDE Toolbox, I'm not sure it can be solved using this tool. I suggest you contact MATLAB Support to ask if this can be done. Maybe they already have a simple example to start with for your application.
Explain your problem properly (dimensionality, equation, boundary conditions) when contacting support to make it easier for the team to answer.
Here is another code from the file exchange that might be of interest:
But to handle these self-written codes, don't forget to pass the MATLAB Onramp course before.
2 Comments
Sejal
on 24 Jun 2024
Duncan Carlsmith
on 22 Apr 2025
See https://www.mathworks.com/matlabcentral/fileexchange/180797-quantum-mechanics-in-1d-with-the-pde-toolbox?s_tid=srchtitle, https://www.mathworks.com/matlabcentral/fileexchange/180798-quantum-mechanics-in-2d-with-the-pde-toolbox?s_tid=srchtitle, and https://www.mathworks.com/matlabcentral/fileexchange/180818-quantum-mechanics-in-3d-with-the-pde-toolbox?s_tid=srchtitle
for examples of the use of the pde toolbox to find the eigenstate solutions of the Schrodinger equation from which the time evolution of any state may be calculated. (See other related scripts at https://www.mathworks.com/matlabcentral/fileexchange/?q=carlsmith&sort=date_desc_submitted )
Categories
Find more on Geometry and Mesh in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!