Skip to content

My personal results derived from the 2016 tasks in computational physics. Comments are in german.

License

Notifications You must be signed in to change notification settings

VaeterchenFrost/ComputationalPhysics2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComputationalPhysics2016

My personal results derived from the 2016 tasks in computational physics

Computational Physics Task 1.1

Standard map of the 'Kicked Rotor'

Figure_1

Computational Physics Task 2.1

Elementary numerical methods I

Figure_2

Computational Physics Task 3.1

Elementary numerical methods II

Figure_3

Computational Physics Task 4.1

Dynamics of a particle in the driven double trough potential. V(x) = x^4 - x^2 + x[A + Bsin(wt)]

Figure_4

Computational Physics Task 5.1

Quantum mechanics of 1D potentials

Figure_5

Computational Physics Task 6.1

Quantum mechanics of 1D potentials II - time evolution

Figure_6

Computational Physics Task 7.1

Quantum mechanics of 1D potentials III - periodic potentials and tight-binding approximation

Figure_7

Computational Physics Task 8.1

Calculation of average pressure in time interval dt, which is exerted on side surface A of a cuboid with N particles inside

Figure_8

Computational Physics Task 9.1

Numerical simulation of particle locations in diffusion + drift and absorption

Figure_9

Computational Physics Task 10.1

2D Ising model, where in the left plot the spin state of a 50x50 grid with periodic boundary conditions is shown.

Figure_10

Install:

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

How to use

With everything installed it comes down to running with the respective shell active just

python .\1_1_martin_roebke.py

Report problems

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 ;-)

About

My personal results derived from the 2016 tasks in computational physics. Comments are in german.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages