Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abailoni/bachelor-thesis
https://github.com/abailoni/bachelor-thesis
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abailoni/bachelor-thesis
- Owner: abailoni
- Created: 2015-12-10T22:24:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T23:53:17.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T11:55:28.355Z (2 months ago)
- Language: C
- Size: 3.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Resonances in quantum elastic scattering: a time-dependent numerical investigation
In my bachelor thesis, I investigate quantum scattering processes by numerically solving the time-dependent Schroedinger equation, in the specific case of the hydrogen-krypton scattering. I discuss how scattering resonances are related to an increase of the probability, observed at some specific energies, of finding the scattered particle close to the interaction center.##
*Thesis.pdf* contains the thesis text.##
**Source code**
- most of the code is written in C (requires GSL lib)
- plotting is done with matplotlib##
**Repo structure**
- *src/wkb* contains the algorithms described in Chapter 2 of the thesis and the WKB approximation
- *src/extract_solution* contains the algorithms described in Chapter 3 the time-dependent solution of the Schroedinger equation
- *src/basic* contains basic numerical routines in C (e.g. integral evaluation, roots finding, differential equations solving)