aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/HybridPICModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pywarpx/HybridPICModel.py')
-rw-r--r--Python/pywarpx/HybridPICModel.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/Python/pywarpx/HybridPICModel.py b/Python/pywarpx/HybridPICModel.py
new file mode 100644
index 000000000..e21bba4a2
--- /dev/null
+++ b/Python/pywarpx/HybridPICModel.py
@@ -0,0 +1,11 @@
+# Copyright 2023 The WarpX Community
+#
+# This file is part of WarpX.
+#
+# Authors: Roelof Groenewald (TAE Technologies)
+#
+# License: BSD-3-Clause-LBNL
+
+from .Bucket import Bucket
+
+hybridpicmodel = Bucket('hybrid_pic_model')