SebastianM-C / LaserTypes.jl

A common interface for different laser types
MIT License
4 stars 0 forks source link

Fixed copywrite errors in LG Ez and Bz. #36

Closed toma-vlad closed 3 years ago

toma-vlad commented 3 years ago

I refactored the code that computes Ez and Bz for Gauss and Laguerre-Gauss. Added a check for m = 0 and p = 0 edge-cases and corrected some missing terms inside the formulae.

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (e29ea71) into master (738b1d7) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   97.43%   97.40%   -0.04%     
==========================================
  Files           9        9              
  Lines         156      154       -2     
==========================================
- Hits          152      150       -2     
  Misses          4        4              
Impacted Files Coverage Δ
src/LaserTypes.jl 100.00% <ø> (ø)
src/gauss.jl 100.00% <100.00%> (ø)
src/laguerre-gauss.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 738b1d7...e29ea71. Read the comment docs.