14 lines
247 B
Python
14 lines
247 B
Python
'''
|
|
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
|