Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radiation calculation from Particle Trajectories #116

Open
skuschel opened this issue Nov 14, 2017 · 2 comments
Open

Radiation calculation from Particle Trajectories #116

skuschel opened this issue Nov 14, 2017 · 2 comments

Comments

@skuschel
Copy link
Owner

skuschel commented Nov 14, 2017

All routines should be placed in a new module postpic.radiation which is located at postpic/radiation.py. May require cython optimizations. There should be a general interface to be used even without postpic plus some convenience routines to be used with the particle history class. Algortithms and optimizations are the priority.

It also needs to be tests what performance these routines provide. If they are really computationally expensive, the underlying C-Code could make use of (thread) parallel version. A similar thing has been tested in the (outdated) cythonparallel branch. But this is a second step. Lets first see how far we can push performance on a single thread and if this becomes a bottleneck at all.

@skuschel skuschel added this to Possible issues in Institute Hackathon 171121-22 via automation Nov 14, 2017
@skuschel skuschel moved this from Possible issues to assigned/in progress in Institute Hackathon 171121-22 Nov 14, 2017
@skuschel skuschel modified the milestones: v0.4, v1.0 Nov 22, 2017
@skuschel
Copy link
Owner Author

needs proper example data: #45

@skuschel skuschel modified the milestones: v1.0, v0.4 Nov 29, 2017
@skuschel skuschel modified the milestones: v1.0, v0.5 Jan 14, 2019
@skuschel
Copy link
Owner Author

skuschel commented Sep 7, 2019

Current status in www.github.com/ra3dnr/postpic/tree/synthspec

@skuschel skuschel modified the milestones: v0.5, v1.0 Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Institute Hackathon 171121-22
  
assigned/in progress
Development

No branches or pull requests

1 participant