Author Archives: Yi-Xin Liu

Julia in Practice: Building Scattering.jl from Scratch (4)

By: Yi-Xin Liu

Re-posted from: http://www.yxliu.group/2020/04/scattering-4

In this post we implement submodules rotation.jl of Scattering.jl to rotate a vector in the reference coordinate system to the internal coordinate system of the scatterer. Three representations of a rotaion operation are discussed and implemented. The conversion among and math operations on these representations are also implemented.

Continue reading