Skip to content

Commit

Permalink
Remove axiparabola
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Jul 15, 2024
1 parent 4ba6ec5 commit 343e05e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 316 deletions.
240 changes: 0 additions & 240 deletions docs/source/tutorials/axiparabola.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/tutorials/gaussian_laser.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "996ae31d-192b-4988-bd6b-649c833ae967",
"metadata": {},
"source": [
"# Creating and saving a Gaussian laser pulse"
"# Gaussian laser pulse"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ Tutorials
:maxdepth: 1

gaussian_laser.ipynb
axiparabola.ipynb
3 changes: 1 addition & 2 deletions lasy/optical_elements/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .parabolic_mirror import ParabolicMirror
from .axiparabola import AxiParabola

__all__ = ["ParabolicMirror", "AxiParabola"]
__all__ = ["ParabolicMirror"]
71 changes: 0 additions & 71 deletions lasy/optical_elements/axiparabola.py

This file was deleted.

2 changes: 1 addition & 1 deletion lasy/optical_elements/parabolic_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class ParabolicMirror(OpticalElement):
r"""
Derived class for a parabolic mirror.
Class for a parabolic mirror.
More precisely, the amplitude multiplier corresponds to:
Expand Down

0 comments on commit 343e05e

Please sign in to comment.