Skip to content

Python implementation of 1D Time-dependent Schroedinger Equation solver to study the adiabaticity of any 1D system.

Notifications You must be signed in to change notification settings

EliousMondal/1D-TDSE_solver

Repository files navigation

Python implementation of Time Dependent Schrodinger Equation Solver to study adiabaticity of any 1D-system

The time-dependent Schrodinger equation is a Parabolic partial differential equation which can be solved by many Numerical methods. I have applied the Crank-Nicolson Method (as its unconditionally stable) to solve the TDSE and study the propagation of any given initial state and any specified 1D-potential. This code can be modified to solve any other type of ParabolicPDE. The details about how to use the code is given in Manual.pdf and my project report describes the theory and how the code can be used to study the adiabaticity of an 1D-system This code is a part of my summer project(2019) at IISER BHOPAL under Dr.Varadharajan Srinivasan.

About

Python implementation of 1D Time-dependent Schroedinger Equation solver to study the adiabaticity of any 1D system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages