diff options
Diffstat (limited to 'Python/pywarpx/PSATD.py')
-rw-r--r-- | Python/pywarpx/PSATD.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Python/pywarpx/PSATD.py b/Python/pywarpx/PSATD.py new file mode 100644 index 000000000..0cd303833 --- /dev/null +++ b/Python/pywarpx/PSATD.py @@ -0,0 +1,9 @@ +# Copyright 2016 David Grote +# +# This file is part of WarpX. +# +# License: BSD-3-Clause-LBNL + +from .Bucket import Bucket + +psatd = Bucket('psatd') |