SixTrack / sixtracklib

Library for single charged particle simulations in accelerators
GNU Lesser General Public License v2.1
12 stars 16 forks source link

Introducing cuda module including python bindings #77

Closed martinschwinzerl closed 5 years ago

martinschwinzerl commented 5 years ago

First working state of CudaTrackJob, CudaController, CudaArgument, etc. . This includes the python bindings, updated tests and some fixes to the examples

Please consult the tests/python/cuda/ files and examples/python/cuda_particle_addr.py for some templates as to how to use the new structures.

All tests pass in both release and debug mode

TODO:

martinschwinzerl commented 5 years ago

Canceled due to potential conflict with #78; will rebase and resubmit new pull-request