dmckwski / MSTM

Multiple Sphere T Matrix code
MIT License
27 stars 6 forks source link

Scattering matrix for random orientation different from v3 #10

Open lucifer1004 opened 2 years ago

lucifer1004 commented 2 years ago

According to On the concept of random orientation in far-field electromagnetic scattering by nonspherical particles (Mishchenko and Yurkin, 2017), the scattering matrix for random orientation should have 10 independent elements (11 12 13 14 22 23 24 33 34 44), and that was what v3 did. However, in v4, only 6 elements (11 12 22 33 34 44) were given.

dmckwski commented 2 years ago

I can fix this. The 6 elements given are the only non-zero elements when the cluster has mirror symmetry -- which is not always the case. Thanks.