Skip to content

ComputationalRadiationPhysics/scpongpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCPonGPU

Simulation of strongly coupled plasma using GPUs

SCPonGPU is a code to simulate laser cooling of ions in storage rings and particle traps. In order to simulate the strong coupling of ions in these scenarios, the Coulomb interaction of all particles with each other is considered. This approach is called a molecular dynamics simulation, short MD, and has a computational complexity of NxN (with N being the number of particles). Since this product can be quite large, we simulate the particle-particle interaction on GPUs using CUDA, where we can exploit a highly parallel architecture to accelerate the simulation.

More info on this projected can be found in the wiki or in the Mark Down notes found in each directory.

Information on:

About

Simulation of strongly coupled plasma using GPUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published