My personal results derived from the 2016 tasks in computational physics
Standard map of the 'Kicked Rotor'
Elementary numerical methods I
Elementary numerical methods II
Dynamics of a particle in the driven double trough potential. V(x) = x^4 - x^2 + x[A + Bsin(wt)]
Quantum mechanics of 1D potentials
Quantum mechanics of 1D potentials II - time evolution
Quantum mechanics of 1D potentials III - periodic potentials and tight-binding approximation
Calculation of average pressure in time interval dt, which is exerted on side surface A of a cuboid with N particles inside
Numerical simulation of particle locations in diffusion + drift and absorption
2D Ising model, where in the left plot the spin state of a 50x50 grid with periodic boundary conditions is shown.
With Conda on the system installed the dependencies for this project can be automatically installed in a new environment:
Go to the projects base directory.
Open a conda-command-prompt with admin privileges and run the commands from the project folder
- to create a new environment with basic dependencies:
conda env create -f .\environment.yml
- to activate the environment:
conda activate compphys2016
With everything installed it comes down to running with the respective shell active just
python .\1_1_martin_roebke.py
Check if the above steps are properly done.
If yes and there is something to be done - log into github and look at Issues (or open new) - or contact the maintainer ;-)