gray/tests/02-ITER-half-field/__init__.py

14 lines
275 B
Python
Raw Permalink Normal View History

2023-12-18 00:52:11 +01:00
'''
ITER half-field scenario;
equatorial launcher (EL), 2D beam parameters;
simple astigmatic beam, X2 mode;
2023-12-18 00:52:11 +01:00
rescaled B keeping the greenwald fraction;
parasitic absorption at the 3rd harmonic
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass