diff options
author | 2021-02-03 11:24:03 -0800 | |
---|---|---|
committer | 2021-02-03 11:24:03 -0800 | |
commit | fae208d570add4df6a163d681295300d299e65f0 (patch) | |
tree | 9bdb41fcd48e9dfe6beafe071c883914eccda659 /Python/pywarpx/picmi.py | |
parent | 31ced3354a8fadc99f2510870fdc7ecc140b3837 (diff) | |
download | WarpX-fae208d570add4df6a163d681295300d299e65f0.tar.gz WarpX-fae208d570add4df6a163d681295300d299e65f0.tar.zst WarpX-fae208d570add4df6a163d681295300d299e65f0.zip |
Updates to match picmi version 0.0.14 (#1672)
* Updates to match picmi version 0.0.14
Added call to register constants.
* Python: Bump Versions
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
Diffstat (limited to 'Python/pywarpx/picmi.py')
-rw-r--r-- | Python/pywarpx/picmi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index c97be09e8..1c5d9f373 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -28,6 +28,7 @@ class constants: m_p = 1.67262192369e-27 hbar = 1.054571817e-34 +picmistandard.register_constants(constants) class Species(picmistandard.PICMI_Species): def init(self, kw): |