-
Notifications
You must be signed in to change notification settings - Fork 47
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
tilted particle bunch #30
Comments
Hello @berceanu, thanks for your attention! Unfortunately, the current version does not support beams are initialized in that way. |
I realized I may misunderstand your question. Did you mean the beam initially has a transverse position offset wrt the axis or propagates at an angle? If the former, you may use the parameters "centroid_x" and "centroid_y" to set up. If the latter, the current code does not support yet, but it would be straightforward for you to modify that part of code. |
Sorry, I realize I wasn't so clear in my initial question. What I mean is this: |
Can't we import from a file the positions and momenta of all the macroparticles of the driver bunch? |
It doesn't support particle import yet. |
Actually, we have a beam profile (beam profile number is 3) that can import external particle data into QuickPIC. You can find that in the dev branch. However, we did not provide any instructions for that in the wiki page. If you want to try that, please let me know. |
Hi Weiming, thanks for your reply. Before delving further into this issue, I would like to know if |
How can one input a driver bunch which is tilted wrt to the propagation axis into QuickPIC? Is it possible?
The text was updated successfully, but these errors were encountered: