diff options
Diffstat (limited to 'Python/pywarpx/Diagnostics.py')
-rw-r--r-- | Python/pywarpx/Diagnostics.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Python/pywarpx/Diagnostics.py b/Python/pywarpx/Diagnostics.py new file mode 100644 index 000000000..25d9ae958 --- /dev/null +++ b/Python/pywarpx/Diagnostics.py @@ -0,0 +1,11 @@ +# Copyright 2017-2020 David Grote +# +# This file is part of WarpX. +# +# License: BSD-3-Clause-LBNL + +from .Bucket import Bucket + +diagnostics = Bucket('diagnostics', diags_names=[]) +diagnostics_list = [] + |