aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Constants.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21pre-commit: Python imports (#2686)Gravatar Axel Huebl 1-0/+1
* pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 * pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 `.editorconfig`: isort options https://github.com/PyCQA/isort/wiki/isort-Settings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * move import os (mpl) * move import yt (mpl) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup around matplotlib.use * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleaning: double np and lib Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-09-10Various updates related to defining embedded boundaries in Python (#2280)Gravatar David Grote 1-12/+11
* Various updated related to defining embedded boundaries in Python * Fix typo in comment Co-authored-by: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com>
2020-10-12picmi - do name mangling on expression variables to ensure their uniqueness ↵Gravatar David Grote 1-0/+31
(#1361) Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
2020-09-14PICMI analytic applied fields (#1306)Gravatar David Grote 1-1/+1
* PICMI Added applied fields * PICMI fixed typo in Constants * Change picmistandard version requirement to 0.0.9 * Increment required picmi version Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+6
2019-03-25Updated picmi to use my_constantsGravatar Dave Grote 1-19/+3
2018-08-09Added Constants python classGravatar Dave Grote 1-0/+32