Recent content by corychu
-
C
Hi Greg, I've sent you a PM. Could you kindly check that? Thanks, Cory
Hi Greg, I've sent you a PM. Could you kindly check that? Thanks, Cory- corychu
- Profile post
-
C
Python Solving 1-D Schrodinger Equation in Python (Scipy) Numerically
Sorry for my late reply :( I think the goal of the article is to tell you how to implement a lowest-order finite-difference method in Python and how to call the initial-value-problem solver in scipy. As explained in the source code, my initial wave-pack is constructed by: psi0 = A *...- corychu
- Post #3
- Forum: Programming and Computer Science
-
C
Python Solving 1-D Schrodinger Equation in Python (Scipy) Numerically
I've tried to make an animation using python to demonstrate the 1-D simple harmonic oscillator and step potential examples. Hope that it can be useful for some of you. Have fun~ :) https://blog.gwlab.page/solving-1-d-Schrödinger-equation-in-python-dcb3518ce454 By the way, If you are...- corychu
- Thread
- Animation Python Schrödinger Schrodinger equation
- Replies: 2
- Forum: Programming and Computer Science