-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add module to calculate near field and radiation field on user-define… #112
base: master
Are you sure you want to change the base?
Add module to calculate near field and radiation field on user-define… #112
Conversation
…d observation plane!
Hi @HaoPengYY, |
@PrometheusPi Hi. Actually, I have performed the benchmarks described in Sec. 5.1 of your thesis, and I think they are enough to verify the feasibility of this module. I am now preparing a markdown to explain the code and the benchmarks. I don't know if I can put it here, or I can send it to you by email. |
@HaoPengYY Cool you performed these benchmarks. I agree, they are perfectly suited for testing this module. Thanks a lot for your effort to provide this new module and its documentation. 👍 |
Introductions and benchmarks of the new module, which is devoted to calculate the near and far field of the electrons based on their trajectories, are included a file in /doc/Intro&Benchmark/readme.md .
@PrometheusPi Hi. It is my first time to use git, I don't know if this is the right way. I put the markdown here as well. |
Dear @HaoPengYY, |
I am very sorry @HaoPengYY for not having the time yet to look into your pull request. I will hopefully be able to do so in September. Please excuse the delay. I hope it is fine for you to work on your branch. |
@PrometheusPi Please don't be worry. The code now work fine for us, we have done some work based on the code. And also I have done some updates, like adding the module which calculates the far-field radiation field, changing the mpi logic (worker processors are assigned a new job after finishing the last job), adding all spectrum or electric fields coherently during calculation (no need for post-processing, save a lot of memory and facilitate simulations with a large number of trajectories). I would start a new pull request if everything is ready. |
Add module to calculate electrical field on user-defined observation plane.