Recent content by corychu

  1. 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
  2. C

    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 *...
  3. C

    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-schrodinger-equation-in-python-dcb3518ce454 By the way, If you are...
Back
Top