14 lines
275 B
Python
14 lines
275 B
Python
|
'''
|
||
|
ITER half-field scenario;
|
||
|
equatorial launcher (EL), 2D beam parameters;
|
||
|
simple astigmatic beam, O2 mode;
|
||
|
rescaled B keeping the greenwald fraction;
|
||
|
parasitic absorption at the 3rd harmonic
|
||
|
'''
|
||
|
|
||
|
from .. import TestCase, GrayTest
|
||
|
|
||
|
|
||
|
class Test(GrayTest, TestCase):
|
||
|
pass
|