1 '''
2 This is the optics sub-package of theia.
3
4 It provides the necessary classes and functions in order to calculate the
5 gaussian beams of the setup.
6
7 '''
8
9 __author__ = "R. Duque"
10 __copyright__ = "Copyright 2017, R. Duque"
11 __credits__ = ["R. Duque"]
12 __license__ = "GNU GPLv3+"
13 __version__ = "0.1.1"
14 __status__ = "stable"
15 __maintainer__ = "R. Duque"
16 __email__ = "raphael.duque@polytechnique.edu"
17
18 __all__ = ['beam', 'beamdump', 'component', 'lens', 'mirror', 'optic',
19 'thicklens', 'thinlens']
20