How to use apply_optics() to introduce the phase of the optical_element
Zhengjle1 opened this issue · 1 comments
Zhengjle1 commented
In the 'API documentations' of the introduction of LASY, I want to know how to use the function apply_optics() which I can't find examples of how to use it. Please let me know the basic usage of this function. Thanks!
RemiLehe commented
Agreed, we should add a tutorial on optical elements in the documentation.
For now, you can have a look at this example:
https://github.com/LASY-org/lasy/blob/development/tests/test_parabolic_mirror.py
(although it is not in the documentation)