https://github.com/oleskiewicz/polarisation.jl
Julia package for doing polarisation calculations.
https://github.com/oleskiewicz/polarisation.jl
julia
Last synced: 5 months ago
JSON representation
Julia package for doing polarisation calculations.
- Host: GitHub
- URL: https://github.com/oleskiewicz/polarisation.jl
- Owner: oleskiewicz
- License: gpl-3.0
- Created: 2021-01-24T00:00:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T22:21:17.000Z (over 4 years ago)
- Last Synced: 2025-01-20T21:23:06.266Z (6 months ago)
- Topics: julia
- Language: Julia
- Homepage: https://oleskiewicz.github.io/Polarisation.jl/dev/
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polarisation.jl

[](https://oleskiewicz.github.io/Polarisation.jl/dev)
[](https://github.com/oleskiewicz/Polarisation.jl/actions)Julia package for polarised light calculations, inspired by
[`zmitchell/polarization`](https://github.com/zmitchell/polarization).```julia
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"°")
```# Roadmap
- write complex interaction tests for Jones calculus
- implement Mueller calculus
- write parser for `polsim` TOML files
- write visualisation functions# References
-
-
-