gray/tests/09-DTT-rampup/__init__.py

14 lines
247 B
Python
Raw Permalink Normal View History

2023-12-18 00:52:11 +01:00
'''
DTT rampup scenario
equatorial launcher, 0D beam parameters;
circular beam, O1 mode;
extrapolation of ψ(R,z) required;
slow relativistic dispersion convergence
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass