CrazyFrog
CrazyFrog

Reputation: 322

How to program to solve Schrodinger Equation in 1D

I am a university student and trying to write a program to solve 1-D Schrodinger's equation with some kinda of potential equations.

I am not a CS major so really have no clue to start.

I did research online but didn't find thing that is suitable for entry level :( The only thing I understand now is that I probably need to use some algorithm solving differential equations

Could anyone give me some suggestions or references on how I could start? For example, how to transform the physical problem into computer science program and what kinda algorithm I should look for?

I am interested in computational so trying on this HARD problem ;)

Thank you all!

Upvotes: 1

Views: 1924

Answers (1)

0x90
0x90

Reputation: 41002

  1. go to www.google.com
  2. search for :how can i solve Schrodinger in matlab
  3. go to here
  4. Return stackoverflow

Upvotes: 1

Related Questions