Skip to main content

Optical Diffraction and Interference (scalar and vectorial)

Project description

Python Diffraction-Interference module

https://img.shields.io/pypi/v/diffractio.svg https://img.shields.io/travis/optbrea/diffractio.svg Documentation Status logo.png

Features

Diffratio is a Python library for Diffraction and Interference Optics.

It implements Scalar and paraxial vector Optics. The main algorithms used are Rayleigh Sommerfeld (RS), Beam Propagation Method (BPM) and Fast Fourier Transform (FFT). When possible, multiprocessing is implemented for a faster computation.

The scalar propagations techniques are implemented to:

  • X - fields are defined in the x axis.

  • XZ - fields are defined in the xz plane, being z the propagation direction.

  • XY - fields are defined in the xy transversal plane.

  • XYZ - fields are defined in the xyz volume.

Each technique present three modules:

  • sources: Generation of light.

  • masks: Masks and Diffractive Optical elements.

  • fields: Propagation techniques, parameters and general functions.

The paraxial vector propagation techniques are implemented to:

  • XY - fields are defined in the xy transversal plane.

Sources

One main part of this software is the generation of optical fields such as:

  • Plane waves.

  • Spherical waves.

  • Gaussian beams.

  • Bessel beams.

  • Aberrated beams.

Also, in the XY module the following sources are defined:

  • Vortex beams.

  • Laguerre beams.

  • Hermite-Gauss beams.

  • Zernike beams.

  • Bessel beams.

source.png

Masks

Another important part of Diffractio is the generation of masks and Diffractive Optical Elements such as:

  • Slits, double slits

  • Lenses, diffractive lenses, aspherical lenses.

  • Gratings, prisms, biprism

  • Rough surfaces, dust ks are defined as plane. However, in the XZ and XYZ frames, volumetric mask are also defined.

mask1.png mask2.png

Fields

In these module, algorithms for propagation of light are implemented. We have implemented the following algorithms for light propagation:

  • Rayleigh-Sommerfeld (RS) which allows in a single step to propagate to a near or far observation plane, which allows fast computations. The fields and the masks must be defined in a plane.

  • Beam propagation method (BPM) which allows to analyze the propation of light in volumetric elements, such as spheres, cylinders and other complex forms.

  • Fast Fourier Transform (FFT) which allows, in a single step to determine the field at the far field.

The fields, masks and sources can be stored in files,

Also drawings can be easily obtained, for intensity, phase, fields, etc.

In some modules, videos can be generated for a better analysis of optical fields.

propagation.png

Other features

  • Intensity, MTF and other parameters are obtained from the optical fields.

  • Fields can be added and interference is produced. Masks can be multiplied, added and substracted in order to make complex structures

  • Resampling fields in order to analyze only areas of interest.

  • Save and load data for future analysis.

  • Rayleigh-Sommerfeld implementation is performed in multiprocessing for fast computation.

  • Polychromatic and extended source problems can also be analyzed using multiprocessing.

Paraxial vector beams

Here, we implement new classes where the fields $E_x$ and $E_y$ are generated and propagted using Rayleigh-Sommerfeld approach. Also, simple and complex polarizing masks can be created.

vector_gauss_radial_fields.png vector_gauss_radial_stokes.png

Authors

  • Luis Miguel Sanchez Brea <optbrea@ucm.es>

    Universidad Complutense de Madrid, Faculty of Physical Sciences, Department of Optics Plaza de las ciencias 1, ES-28040 Madrid (Spain)

logoUCM.png

Citing

L.M. Sanchez Brea, “Diffratio, python module for diffraction and interference optics”, https://pypi.org/project/diffractio/ (2019)

References

      1. Goodman, Introduction to Fourier optics. McGraw-Hill, 1996.

    1. Shen y A. Wang, «Fast-Fourier-transform based numerical integration method for the Rayleigh-Sommerfeld diffraction formula», Applied Optics, vol. 45, n.º 6, pp. 1102–1110, 2006.

    1. Qiwen, Vectorial optical fields: Fundamentals and applications. World scientific, 2013.

      1. Saleh y M. C. Teich, Fundamentals of photonics. John Wiley & Sons, 2019.

      1. Ogilvy, Theory of Wave Scattering from Random Rough Surfaces.Adam Hilger, 1991.

  • “Numerical Methods in Photonics Lecture Notes”. http://ecee.colorado.edu/~mcleod/teaching/nmip/lecturenotes.html.

  • Beam width: https://en.wikipedia.org/wiki/Beam_diameter

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.0 (2017-01-01)

Pre-alpha state.

  • I have been developing and using the module diffractio for at least 5 years for teaching and research. It was in python2 version and not completely clear.

0.0.1 (2019-02-09)

Pre-alpha state.

Modules are passed to python3.

0.0.2 (2019-10-01)

Alpha state

  • copyreg removed (previous not worked)

  • change fft to scipy: “from scipy.fftpack import fft, ifft, fftshift”

First release on PyPI in pre-alpha state.

0.0.5 (2019-10-06)

Alpha state

  • Included vector paraxial (fields, sources, masks) modules, tests, and tutorial.

  • Modules = 9/10.

  • Functions = 9/10.

  • Tutorial = 7/10.

  • Examples = 4/10.

  • Tests = 9/10.

  • Drawing = 8/10.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

diffractio-0.0.5.tar.gz (5.5 MB view hashes)

Uploaded Source

Built Distribution

diffractio-0.0.5-py2.py3-none-any.whl (127.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page