Julia package for polarised light calculations, inspired by
zmitchell/polarization
.
using Polarisation.Jones, Unitful
# linearly polarised light at 90°, using Unitful.jl
l(90u"°")
# left-hand circular polarised beam, going through 3 elements
lhcp | qwp(0) | lp(45u"°") | qwp(90u"°")
- write complex interaction tests for Jones calculus
- implement Mueller calculus
- write parser for
polsim
TOML files - write visualisation functions