Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-15 | Replace `injection_style = python` with `injection_style = none` (#2081) | 1 | -3/+3 | ||
* Replace injection_style = python with injection_style = none * Update Docs * Add Default injection_style = none | |||||
2020-09-17 | picmi - implemented rigid advance species option (#1338) | 1 | -1/+1 | ||
2020-07-27 | Input: Remove n<something> options (#1217) | 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-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+6 | ||
2020-01-09 | For picmi, minor clean up | 1 | -1/+1 | ||
2018-07-25 | Cleaned up handling of new species | 1 | -0/+5 | ||
2018-02-09 | Updated to match changes in the PICMI standard | 1 | -1/+1 | ||
2017-06-28 | Updated to be compliant with PICMI Python standard | 1 | -0/+6 | ||
2017-05-19 | Added code satisfying the PICMI standard | 1 | -1/+1 | ||
2017-03-28 | updating the python-ctypes branch for recent changes in master | 1 | -0/+15 | ||
2017-01-24 | Adding a Bucket for parsing multi-species information. | 1 | -0/+3 | ||