Schrodinger equation using pdemodeler
Mostrar comentarios más antiguos
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?
Respuestas (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 comentarios
Sejal
el 24 de Jun. de 2024
Duncan Carlsmith
el 22 de Abr. de 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 )
Categorías
Más información sobre Geometry and Mesh en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!