aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Particles.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-07-15Replace `injection_style = python` with `injection_style = none` (#2081)Gravatar Edoardo Zoni 1-3/+3
* Replace injection_style = python with injection_style = none * Update Docs * Add Default injection_style = none
2020-09-17picmi - implemented rigid advance species option (#1338)Gravatar David Grote 1-1/+1
2020-07-27Input: Remove n<something> options (#1217)Gravatar Axel Huebl 1-1/+1
* Input: Remove n<something> options The information in - lasers.nlasers - particles.nspecies - collisions.ncollisions is redundant with their `<...>.names` counter-part and requires users to change info at two locations. We just remove this now since we can query the size of names automatically in the parser. * Examples: remove n<something> Removes: - lasers.nlasers - particles.nspecies - collisions.ncollisions from examples. * QED: Update nspecies * Removed nspecies and nlasers from the Python interface Co-authored-by: Dave Grote <grote1@llnl.gov>
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+6
2020-01-09For picmi, minor clean upGravatar Dave Grote 1-1/+1
2018-07-25Cleaned up handling of new speciesGravatar Dave Grote 1-0/+5
2018-02-09Updated to match changes in the PICMI standardGravatar Dave Grote 1-1/+1
2017-06-28Updated to be compliant with PICMI Python standardGravatar Dave Grote 1-0/+6
2017-05-19Added code satisfying the PICMI standardGravatar Dave Grote 1-1/+1
2017-03-28updating the python-ctypes branch for recent changes in masterGravatar Andrew Myers 1-0/+15
2017-01-24Adding a Bucket for parsing multi-species information.Gravatar Andrew Myers 1-0/+3