main.tex 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. \documentclass[a4paper]{article}
  2. %% Language and font encodings
  3. \usepackage[english]{babel}
  4. \usepackage[utf8x]{inputenc}
  5. \usepackage[T1]{fontenc}
  6. %% Sets page size and margins
  7. \usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
  8. %% Useful packages
  9. \usepackage{amsmath}
  10. \usepackage{graphicx}
  11. \usepackage[colorinlistoftodos]{todonotes}
  12. \usepackage[colorlinks=true, allcolors=blue]{hyperref}
  13. \begin{document}
  14. \begin{center}
  15. Response Letter
  16. \end{center}
  17. Dear Editor,
  18. \vspace{10pt}
  19. Many thanks for sending us referees’ reports on our manuscript
  20. entitled ``Mie calculation of electromagnetic near-field for a multilayered sphere'' by K. Ladutenko, U. Pal, A. Rivera and O. Pe\~na (CPC manuscript CPC-D-15-00354). We are pleased with
  21. overall very positive tone of these reports, as well as with referees’
  22. constructive comments.
  23. We have addressed all the comments of the referees, and we present our
  24. response and the summary of the changes made to the manuscript below.
  25. \vspace{10pt}
  26. \\
  27. Sincerely Yours,\\
  28. On behalf of the authors,\\
  29. %TODO add name
  30. \vspace{10pt}
  31. \newpage
  32. \textbf{Reviewer \#1 comments}
  33. \vspace{0.5em}
  34. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  35. \quad & There are several alternatives currently available, Mathematica GLMT Scripts, for example. It provides both near- and far-field results for multilayered sphere. Moreover, Mathematica can handle Bessel functions up to arbitrary precision without any difficulties, and the code is very transparent and compact.
  36. \end{tabular}
  37. \vspace{0.5em}
  38. We are actually not very familiar with Mathematica GLMT Scripts, however, fast review of this code revealed a number of significant differences:
  39. \begin{itemize}
  40. \item As it is published at \verb+http://photonicsdesign.jimdo.com/software/+ it does not provide any appropriate license condition, particularly it is not clear, is it valid to distribute this code, to modify it (e.g. to put your own model parameters), etc.
  41. \item You need to buy Mathematica license first to use this script.
  42. \item This script do not provide near-field evaluation inside the particle, at least all provided examples do not have it.
  43. \item It does not use Mathematica ability to do arbitrary precision for calculation of Mie coefficients for multilayer sphere. Actually it reference our previous paper in CPC, and uses the same evaluation of spherical functions via series with the same error due to $N_{\mathrm{stop}}$ selection.
  44. \end{itemize}
  45. To the best of our knowledge the only code available which provide similar posibilities is MSTM by Mackowski and Mishchenko. However, it uses T-matrix approach to do the evaluation and has no usage license defined. We actually had verified our code against MSTM results too, however, do not include them to the manuscript due to abovementioned license restrictions.
  46. \vspace{0.5em}
  47. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  48. \quad & The only advantage I see of the algorithm presented here is the speed, since it is implemented in the newest C++ language. But, to prove it benchmarking should be performed.
  49. \end{tabular}
  50. \vspace{0.5em}
  51. We do concern the speed of our implementation, however, this is not the main point of the manuscript. To stress the novelty we provide the following changes to the manuscript:
  52. TODO - stress novelty in the abstract, manuscript, and in the conclusion:
  53. 1) We provide explicit expressions for Mie coefficients inside the sphere.
  54. 2) We suggest to use Ricatti-Bessel functions for vector spherical harmonics evaluations and prove the correctness of this approach.
  55. \vspace{0.5em}
  56. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  57. \quad & For currently presented test runs only core-shell structures are selected. The last example is, actually, from the same authors, which looks really confusing, since, I guess, they've used exactly this code. So, they are test themselves with the same code - kind of weird.
  58. \end{tabular}
  59. \vspace{0.5em}
  60. We would like to thank the reviewer for finding, that just referencing our previous paper can lead to misunderstanding. We add to the manuscript after the corresponding reference ``reported recently [10]'' the following sentence `` using full-wave commercial 3D electromagnetic simulation software CST MWS[TODO add link to cst.com in references ]''
  61. \vspace{0.5em}
  62. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  63. \quad & Also, in Fig. 2 they compare published and their results. But in all other figures they show only their results and refer to the literature for comparison. They should present all test and original results in the current manuscript.
  64. \end{tabular}
  65. \vspace{0.5em}
  66. TODO we do not compare with published result in Fig.2 - provide changed to the text.
  67. As for other figures, we do not have a permission to reprint figures from other journals, this way we can only provide referenced to them.
  68. \vspace{0.5em}
  69. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  70. \quad & On another note, since there are plenty of Mie based simulators which can be found at scattport.org I would encourage the authors to add GUI to their code to provide more flexibility and user-friendly environment. Otherwise, it's easier to code generalised Mie solution in Mathematica, which is perfectly suitable for it, and I don't see any advantage of the current program compare to others. Near field can now also be accessed in other programs I've mentioned and found at scattport.org
  71. \end{tabular}
  72. \vspace{0.5em}
  73. We have checked each and every program listed at ``Mie type codes'' section off Scattport here http://www.scattport.org/index.php/light-scattering-software/mie-type-codes before starting the development of our code. Most of listed codes re-implement Mie solution as it was published in classical book of Bohren and Huffman ``Absorption and Scattering of Light by Small Particles'' (usually referenced ad BHMIE) or MIEV0 code by Wiscombe. The original approaches that we were able to find were referenced in the manuscript as [11-18,22,23]. Note, that most of this solutions to not provide the ability to evaluate field distribution inside the particle and only cover the case of one (bulk sphere) or two (core-shell) layers in the particle.
  74. We are totally agree with the reviewer, that it is a good idea to provide a GUI. However, adding GUI is a very time consuming task and we do not have any funding for this. Actually, the code described in our previous publication has no GUI either, still that paper has more than 50 citations. So we should expect that this code and the manuscript are valuable and important even without GUI. In our first comment in this reply we have tried to cover the cases, when Mathematica usage is not beneficial.
  75. \newpage
  76. \section{Reviewer \#2}
  77. \vspace{0.5em}
  78. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  79. \quad &
  80. 1
  81. Introduction
  82. This reviewer approaches the manuscript and contributed code by Ladutenko
  83. et al (herinafter “the paper”, “the code” and “the authors” respectively)
  84. with background experience in electromagnetic theory and radar cross-sect-
  85. ion computation.
  86. \end{tabular}
  87. \vspace{0.5em}
  88. \vspace{0.5em}
  89. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  90. \quad &
  91. 2
  92. General Comments
  93. The paper does not make any claim to originality as far as the algorithm is
  94. concerned. The authors claim is that the code is the first publicly-available
  95. implementation of a scattering code for a multi-layered sphere that includes
  96. near-field calculation. This reviewer has no knowledge that would contradict
  97. that claim. They also claim that use of Yang’s [1] algorithm yields a robust
  98. code that can handle “extreme” cases.
  99. The authors’ contribution is relevant to two long-established application
  100. areas in different wavelength ranges, radar cross-section prediction at mi-
  101. crowave frequencies and aerosol and grain scattering at optical and infra-red
  102. frequencies, as well as the new area of nanoparticles. The authors’ citation
  103. list does acknowledge some of this earlier work.
  104. The first recursive algorithm for the multi-layered sphere known to this
  105. reviewer was published by Wait [2] in 1963, although this work does not
  106. address the numerical issues tackled by the approach of Yang. The algorithm
  107. is described in a 1970 textbook [3].
  108. It is the personal experience of this reviewer that the long history of
  109. published work on sphere scattering has led to many layers of derivative
  110. 1publications that have introduced and propagated mathematical and typo-
  111. graphical errors in sloppy work that has not been properly checked by its
  112. authors or reviewers.
  113. To the credit of the authors, they have corrected two typographical er-
  114. rors in their re-statement of equations from Yang [1], but have created ty-
  115. pographical errors of their own and propagated a misunderstanding from
  116. Yang.
  117. \end{tabular}
  118. \vspace{0.5em}
  119. \vspace{0.5em}
  120. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  121. \quad &
  122. 3 The Write-up
  123. The introductory section of the write-up includes an incidental citation of the
  124. authors’ reference [18], which is a paper on the T-matrix method. This re-
  125. viewer understands the T-matrix method as being applicable to a collection
  126. of spheres side-by-side, not to a multi-layered sphere defined by concentric
  127. spherical shells. If the authors agree, reference [18] should be omitted.
  128. This reviewer approves of the level of detail provided by the authors in
  129. their derivation of the background theory and their algorithm. However, he
  130. makes the following suggestion to improve the logical progression of the de-
  131. velopment and to avoid the near-repetition of the definition of the spherical
  132. waves occurring in equations (2.1)–(2.4) and (9.1)–(9.4).
  133. First, the reader could be given more guidance to the source of the
  134. definitions by including the section in the citation of Bohren and Huffman
  135. and the continue as follows: “Vector spherical harmonics can be calculated
  136. using the expressions [12, Section 4.3], re-stated in terms of Ricatti-Bessel
  137. functions for numerical reasons [17] as. . . ” followed by equations (9.1)–(9.4).
  138. (1)
  139. (3)
  140. \end{tabular}
  141. \vspace{0.5em}
  142. \vspace{0.5em}
  143. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  144. \quad &
  145. % The definitions of r n , ψ n , ζ n , D n and D n should be given at this early
  146. %point in the presentation so that they are ready to be used in equations
  147. %(5.1)–(5.4), (6.1)–(6.4) and (7.1)–(7.4), rather than being left until later.
  148. %If the authors choose to leave equations (2.1)–(2.4) as they occur in the
  149. %submitted version of the paper, they should correct the inconsistency in
  150. %notation: superscript (j) is used in (2.1) but (i) is used in (2.2)–(2.4).
  151. \end{tabular}
  152. \vspace{0.5em}
  153. \vspace{0.5em}
  154. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  155. \quad & This reviewer failed to reproduce the derivation of equations (6.1)–(6.4)
  156. until he realised that there is a typographical error in equation (7.4), which
  157. should read
  158. \begin{equation*}
  159. T_4(m_{l+1}x_l) = c^{(l+1)}_{n} D^{(1)}_{n}(m_{l+1}x_l) \psi_{n}(m_{l+1}x_l)
  160. - b^{(l+1)}_{n} D^{(3)}_{n}(m_{l+1}x_l) \zeta_{n} (m_{l+1}x_l)\:,
  161. \end{equation*}
  162. The authors must correct this error and confirm that the correct T 4 has been
  163. used in the code.
  164. \end{tabular}
  165. \vspace{0.5em}
  166. Thank you for pointing this out, for sure this is a typo which we correct in the updated manuscript. The code has the correct equation from the beginning ( \href{https://github.com/ovidiopr/scattnlay/blob/c72d4e94dee437cb6a4f170580dc13a4a4638f05/src/nmie-impl.hpp#L960}{link} \footnote{https://github.com/ovidiopr/scattnlay/blob/c72d4e94dee437cb6a4f170580dc13a4a4638f05/src/nmie-impl.hpp\#L960 } goes to the exact position in the code). Our derivation with the correct equation is also available \href{https://github.com/ovidiopr/scattnlay/blob/c72d4e94dee437cb6a4f170580dc13a4a4638f05/doc/EvalField.ipynb}{online}\footnote{https://github.com/ovidiopr/scattnlay/blob/c72d4e94dee437cb6a4f170580dc13a4a4638f05/doc/EvalField.ipynb}, see the output of the cell at the end of the file just after the word ``Finally''.
  167. \vspace{0.5em}
  168. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  169. \quad &
  170. %The authors have repeated the misunderstanding of Yang [1] regarding
  171. %the justification of the boundary conditions at the centre of the sphere:
  172. %(1)
  173. %(1)
  174. %a n = 0 and b n = 0. The correct reason is given by Bohren and Huffman [4]
  175. %in their Sections 4.3 and 8.1. The point is that only the j n (kr) dependence
  176. %gives a finite, non-singular behaviour at the origin, and so can be the only
  177. %2radial dependence occurring in the spherical wave expansion of the fields
  178. %in the core, region 1. A radial dependence of j n (kr) represents a standing
  179. %wave, that is, a superposition of both incoming and outgoing waves.
  180. %
  181. \end{tabular}
  182. \vspace{0.5em}
  183. \vspace{0.5em}
  184. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  185. \quad &
  186. The authors mention that the code can accommodate a perfectly-conduct-
  187. ing shell. Perfect conductor (PEC) is an idealisation that must be distin-
  188. guished from real conductors. The only place a PEC layer should appear in
  189. the model is at the core. It is futile to enclose other materials inside a PEC
  190. shell since such a shell would exclude all fields from its interior.
  191. There are several omissions from the reference list. No DOIs are given for
  192. [8], [9] and [22] and no ISBN is given for [12]. Several authors have second
  193. initials which have been omitted: J.R. Wait for [13] and M.V. Bashevoy,
  194. V.A. Fedotov and N.I. Zheludev for [20]. The final page number for [19]
  195. should be given; this reviewer cannot ascertain whether it is 4735 or 4736
  196. since he does not have ready access to the full paper. The full citation
  197. for [21] is Nat. Commun. 5:3402(2014). [26] appears to be an unpublished
  198. report, so readers should be told how to access it; a URL should be given.
  199. \end{tabular}
  200. \vspace{0.5em}
  201. \vspace{0.5em}
  202. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  203. \quad &
  204. The Code Package
  205. This reviewer has successfully compiled the standalone programs and run
  206. the supplied tests. However, he has failed to compile the python and cython
  207. extensions.
  208. The authors should put much more effort into providing a greatly ex-
  209. panded README file, the first place any new user would look. Step-by-step
  210. instructions should be provided in detail for the compilation of the various
  211. programs in the package including any unusual dependencies on external li-
  212. braries and commands. Step-by-step instructions for running the programs
  213. should also be given, with an explanation of the command-line arguments
  214. and expected outputs.
  215. \end{tabular}
  216. \vspace{0.5em}
  217. \vspace{0.5em}
  218. \begin{tabular}[!H]{l|p{0.9\textwidth}}
  219. \quad &
  220. Recommendations
  221. This paper and code should not be published in their present form.
  222. They may be suitable for publication if the authors accept the sugges-
  223. tions and undertake the extensions and revisions described above.
  224. The editors should refer any revisions to this reviewer to confirm that
  225. the authors have acted on his suggestions and taken his recommendations
  226. seriously.
  227. The authors have chosen to use make their code publicly available on
  228. the Web as well as submitting it to the CPC Library. The editors must
  229. confirm that this action does not prevent the addition of the code to the
  230. CPC Library.
  231. \end{tabular}
  232. \vspace{0.5em}
  233. %\bibliographystyle{alpha}
  234. %\bibliography{sample}
  235. \end{document}