diff options
author | 2019-04-29 13:56:04 -0700 | |
---|---|---|
committer | 2019-04-29 13:56:04 -0700 | |
commit | 68f260b3eb72178ebf9c2f4135af43d0dc687d2b (patch) | |
tree | 1cfd15b87373f1dade99f777908fa2b2eef16f8d /Python/pywarpx/__init__.py | |
parent | c2b4a4e35febef5b6adc7d050a146ac1588cc4d7 (diff) | |
download | WarpX-68f260b3eb72178ebf9c2f4135af43d0dc687d2b.tar.gz WarpX-68f260b3eb72178ebf9c2f4135af43d0dc687d2b.tar.zst WarpX-68f260b3eb72178ebf9c2f4135af43d0dc687d2b.zip |
Implemented multiple antennas in picmi
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index 0f0d7fb58..ef335e029 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -6,4 +6,4 @@ from .Algo import algo from .Langmuirwave import langmuirwave from .Interpolation import interpolation from .Particles import particles, electrons, positrons, protons, newspecies -from .Laser import laser +from .Lasers import lasers |