TomCatanach / TheRichmondRyders

PH3010 Group Project (G)
MIT License
0 stars 0 forks source link

Input handling #8

Open TomCatanach opened 2 years ago

TomCatanach commented 2 years ago

Comment with information and reference to new commits relating to the handling of input data or seperating pre-defined schrodinger relations from custom user input ones.

Have a nice day! <3

TomCatanach commented 2 years ago

ive pushed a small element of input handling code as a function in the differential.py code see commit 551cda0

kna17 commented 2 years ago

I've written a first draft function for the potential of a simple harmonic oscillator ,commit 6cfc347

kna17 commented 2 years ago

I've written another first draft function for the potential of a box, commit 863b43a

kna17 commented 2 years ago

I've written another first draft function for the potential of a step function, commit 9cc75cd

kna17 commented 2 years ago

Updated VBox, VStep, VSHO to request user inputs. commit 87c3451 , 8d01e78 and dcb1b44

kna17 commented 2 years ago

Created a function for the potential of a wall, commit 511b666

kna17 commented 2 years ago

First draft attempt to merge the code for the 1D TDSE with the VSHO function, commit d9459cc