aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Lasers.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-27Input: Remove n<something> options (#1217)Gravatar Axel Huebl 1-2/+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-5/+2
2019-04-29Implemented multiple antennas in picmiGravatar Dave Grote 1-0/+14