aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/HybridPICModel.py
blob: e21bba4a2402d4520d33b760126b3d6467ab1269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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')