Replies: 1 comment 5 replies
-
Hi @moisesae. The easiest way would be to create a second species that has the same properties as your actual species (same initial distribution, etc.), but with only a small number of particles and statistical weight = 0. You can then set the flag |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would be the most straightforward way to tag N particles and have the time-history of their entire trajectories? I would like to avoid having to print out the data for every particle in my simulations. In the documentation, I see the <diag_name>.<species_name>.random_fraction and <diag_name>.<species_name>.uniform_stride but I'm not sure if this is quite what I need. Multiple_particles is nice but I have to write out their initial conditions in the input file which is tedious for large N (Unless there is a way to load in a text file that can be read).
Beta Was this translation helpful? Give feedback.
All reactions