gray/tests/07-DTT/__init__.py
Michele Guerini Rocco 6fad08ed7c
add tests
2024-02-09 11:16:17 +01:00

14 lines
269 B
Python

'''
DTT full power, half-field, E1 scenario;
lower steering mirror (LSM), 1D beam parameters;
rescaled B without changing n, Te;
circular beam, X2 mode;
estrapolation of ψ(R,z) required
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass