Browse Source

Updated the copyright notice.

Ovidio Peña Rodríguez 7 years ago
parent
commit
c6f4853f9b

+ 5 - 1
COPYING

@@ -13,10 +13,14 @@
 
 
     The only additional remark is that we expect that all publications
     The only additional remark is that we expect that all publications
     describing work using this software, or all commercial products
     describing work using this software, or all commercial products
-    using it, cite the following reference:
+    using it, cite at least one of the following references:
     [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
     [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
         a multilayered sphere," Computer Physics Communications,
         a multilayered sphere," Computer Physics Communications,
         vol. 180, Nov. 2009, pp. 2348-2354.
         vol. 180, Nov. 2009, pp. 2348-2354.
+    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+        calculation of electromagnetic near-field for a multilayered
+        sphere," Computer Physics Communications, vol. 214, May 2017,
+        pp. 225-230.
 
 
     You should have received a copy of the GNU General Public License
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
     along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 13 - 13
README.md

@@ -152,36 +152,36 @@ Papers
 ------
 ------
 
 
 1. "Scattering of electromagnetic radiation by a multilayered sphere"
 1. "Scattering of electromagnetic radiation by a multilayered sphere"
-   O. Pena and U. Pal,  Computer Physics Communications, vol. 180,
+   O. Peña and U. Pal,  Computer Physics Communications, vol. 180,
    Nov. 2009, pp. 2348-2354. http://dx.doi.org/10.1016/j.cpc.2009.07.010
    Nov. 2009, pp. 2348-2354. http://dx.doi.org/10.1016/j.cpc.2009.07.010
 
 
 2. "Reduction of scattering using thin all-dielectric shells designed by stochastic optimizer"
 2. "Reduction of scattering using thin all-dielectric shells designed by stochastic optimizer"
    Konstantin Ladutenko, Ovidio Peña-Rodríguez, Irina Melchakova, Ilya
    Konstantin Ladutenko, Ovidio Peña-Rodríguez, Irina Melchakova, Ilya
-   Yagupov, and Pavel Belov  J. Appl. Phys., vol. 116, pp. 184508,
-   2014 http://dx.doi.org/10.1063/1.4900529
+   Yagupov, and Pavel Belov  Journal of Applied Physics, vol. 116, Nov. 2013,
+   pp. 184508. http://dx.doi.org/10.1063/1.4900529
 
 
 3. "Superabsorption of light by nanoparticles" Konstantin Ladutenko,
 3. "Superabsorption of light by nanoparticles" Konstantin Ladutenko,
    Pavel Belov, Ovidio Peña-Rodríguez, Ali Mirzaei, Andrey
    Pavel Belov, Ovidio Peña-Rodríguez, Ali Mirzaei, Andrey
    E. Miroshnichenko and Ilya V. Shadrivov  Nanoscale, 2015,7,
    E. Miroshnichenko and Ilya V. Shadrivov  Nanoscale, 2015,7,
-   18897-18901 http://dx.doi.org/10.1039/C5NR05468K
+   18897-18901. http://dx.doi.org/10.1039/C5NR05468K
 
 
 4. "Mie calculation of electromagnetic near-field for a multilayered sphere"
 4. "Mie calculation of electromagnetic near-field for a multilayered sphere"
    Konstantin Ladutenko, Umapada Pal, Antonio Rivera and Ovidio Peña-Rodríguez
    Konstantin Ladutenko, Umapada Pal, Antonio Rivera and Ovidio Peña-Rodríguez
-   Computer Physics Communications, vol. 214, May 2017, pp. 225-230
+   Computer Physics Communications, vol. 214, May 2017, pp. 225-230.
    http://dx.doi.org/j.cpc.2017.01.017
    http://dx.doi.org/j.cpc.2017.01.017
 
 
 Acknowledgment
 Acknowledgment
 --------------
 --------------
 
 
 We expect that all publications describing work using this software,
 We expect that all publications describing work using this software,
-or all commercial products using it, cite the following references:
-> O. Pena and U. Pal, "Scattering of electromagnetic radiation
-> by a multilayered sphere," Computer Physics Communications,
-> vol. 180, Nov. 2009, pp. 2348-2354.
-
-> K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez,
-> "Mie calculation of electromagnetic near-field for a multilayered sphere,"
-> Computer Physics Communications, vol. 214, May 2017, pp. 225-230.
+or all commercial products using it, cite at least one of the following references:
+> [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation
+>     by a multilayered sphere," Computer Physics Communications,
+>     vol. 180, Nov. 2009, pp. 2348-2354.
+
+> [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez,
+>     "Mie calculation of electromagnetic near-field for a multilayered sphere,"
+>     Computer Physics Communications, vol. 214, May 2017, pp. 225-230.
 
 
 
 
 License
 License

+ 1 - 1
examples/optical_force.py

@@ -2,7 +2,7 @@
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
 #    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
-#    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>
+#    Copyright (C) 2013-2017 Konstantin Ladutenko <kostyfisik@gmail.com>
 #
 #
 #    This file is part of scattnlay
 #    This file is part of scattnlay
 #
 #

+ 7 - 3
setup.py

@@ -4,7 +4,7 @@
 #    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #    Copyright (C) 2013-2017 Konstantin Ladutenko <kostyfisik@gmail.com>
 #    Copyright (C) 2013-2017 Konstantin Ladutenko <kostyfisik@gmail.com>
 #
 #
-#    This file is part of python-scattnlay
+#    This file is part of scattnlay
 #
 #
 #    This program is free software: you can redistribute it and/or modify
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    it under the terms of the GNU General Public License as published by
@@ -18,10 +18,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 7 - 3
src/farfield.cc

@@ -1,6 +1,6 @@
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2015  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2015  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -16,10 +16,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/nearfield.cc

@@ -1,6 +1,6 @@
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2015  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2015  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -16,10 +16,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 5 - 1
src/nmie-applied-impl.hpp

@@ -24,10 +24,14 @@
 /// his library:
 /// his library:
 //    The only additional condition is that we expect that all publications         //
 //    The only additional condition is that we expect that all publications         //
 //    describing  work using this software , or all commercial products             //
 //    describing  work using this software , or all commercial products             //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 ///
 ///
 /// @brief  Wrapper class around nMie function for ease of use
 /// @brief  Wrapper class around nMie function for ease of use
 ///
 ///

+ 5 - 1
src/nmie-applied.cc

@@ -22,10 +22,14 @@
 /// his library:
 /// his library:
 //    The only additional condition is that we expect that all publications         //
 //    The only additional condition is that we expect that all publications         //
 //    describing  work using this software , or all commercial products             //
 //    describing  work using this software , or all commercial products             //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 ///
 ///
 /// @brief  Wrapper class around nMie function for ease of use
 /// @brief  Wrapper class around nMie function for ease of use
 ///
 ///

+ 7 - 3
src/nmie-applied.hpp

@@ -1,8 +1,8 @@
 #ifndef SRC_NMIE_APPLIED_HPP_
 #ifndef SRC_NMIE_APPLIED_HPP_
 #define SRC_NMIE_APPLIED_HPP_
 #define SRC_NMIE_APPLIED_HPP_
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2016  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2016  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -18,10 +18,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/nmie-impl.hpp

@@ -1,8 +1,8 @@
 #ifndef SRC_NMIE_IMPL_HPP_
 #ifndef SRC_NMIE_IMPL_HPP_
 #define SRC_NMIE_IMPL_HPP_
 #define SRC_NMIE_IMPL_HPP_
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2016  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2016  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -18,10 +18,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/nmie-precision.hpp

@@ -1,8 +1,8 @@
 #ifndef SRC_NMIE_PRECISION_H_
 #ifndef SRC_NMIE_PRECISION_H_
 #define SRC_NMIE_PRECISION_H_
 #define SRC_NMIE_PRECISION_H_
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2015  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2015  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -18,10 +18,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/nmie.cc

@@ -1,6 +1,6 @@
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2015  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2015  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -16,10 +16,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/nmie.hpp

@@ -1,8 +1,8 @@
 #ifndef SRC_NMIE_HPP_
 #ifndef SRC_NMIE_HPP_
 #define SRC_NMIE_HPP_
 #define SRC_NMIE_HPP_
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2016  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2016  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -18,10 +18,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/py_nmie.cc

@@ -1,6 +1,6 @@
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2015  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2015  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -16,10 +16,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/py_nmie.h

@@ -1,6 +1,6 @@
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2015  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2015  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -16,10 +16,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

File diff suppressed because it is too large
+ 159 - 159
src/scattnlay.cpp


+ 7 - 3
src/scattnlay.pyx

@@ -1,7 +1,7 @@
 #    Copyright (C) 2009-2017 Ovidio Pena <ovidio@bytesfall.com>
 #    Copyright (C) 2009-2017 Ovidio Pena <ovidio@bytesfall.com>
 #    Copyright (C) 2013-2017 Konstantin Ladutenko <kostyfisik@gmail.com>
 #    Copyright (C) 2013-2017 Konstantin Ladutenko <kostyfisik@gmail.com>
 #
 #
-#    This file is part of python-scattnlay
+#    This file is part of scattnlay
 #
 #
 #    This program is free software: you can redistribute it and/or modify
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    it under the terms of the GNU General Public License as published by
@@ -15,10 +15,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

File diff suppressed because it is too large
+ 159 - 159
src/scattnlay_mp.cpp


+ 7 - 3
src/shell-generator.cc

@@ -1,6 +1,6 @@
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2016  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2016  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -16,10 +16,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
src/shell-generator.hpp

@@ -1,8 +1,8 @@
 #ifndef SRC_SHELL_GENERATOR_H_
 #ifndef SRC_SHELL_GENERATOR_H_
 #define SRC_SHELL_GENERATOR_H_
 #define SRC_SHELL_GENERATOR_H_
 //**********************************************************************************//
 //**********************************************************************************//
-//    Copyright (C) 2009-2016  Ovidio Pena <ovidio@bytesfall.com>                   //
-//    Copyright (C) 2013-2016  Konstantin Ladutenko <kostyfisik@gmail.com>          //
+//    Copyright (C) 2009-2017  Ovidio Pena <ovidio@bytesfall.com>                   //
+//    Copyright (C) 2013-2017  Konstantin Ladutenko <kostyfisik@gmail.com>          //
 //                                                                                  //
 //                                                                                  //
 //    This file is part of scattnlay                                                //
 //    This file is part of scattnlay                                                //
 //                                                                                  //
 //                                                                                  //
@@ -18,10 +18,14 @@
 //                                                                                  //
 //                                                                                  //
 //    The only additional remark is that we expect that all publications            //
 //    The only additional remark is that we expect that all publications            //
 //    describing work using this software, or all commercial products               //
 //    describing work using this software, or all commercial products               //
-//    using it, cite the following reference:                                       //
+//    using it, cite at least one of the following references:                      //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by           //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        a multilayered sphere," Computer Physics Communications,                  //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
 //        vol. 180, Nov. 2009, pp. 2348-2354.                                       //
+//    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Pena-Rodriguez, "Mie              //
+//        calculation of electromagnetic near-field for a multilayered              //
+//        sphere," Computer Physics Communications, vol. 214, May 2017,             //
+//        pp. 225-230.                                                              //
 //                                                                                  //
 //                                                                                  //
 //    You should have received a copy of the GNU General Public License             //
 //    You should have received a copy of the GNU General Public License             //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //
 //    along with this program.  If not, see <http://www.gnu.org/licenses/>.         //

+ 7 - 3
tests/python/scattPEC.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
-#    Copyright (C) 2009-2015 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #
 #
 #    This file is part of python-scattnlay
 #    This file is part of python-scattnlay
 #
 #
@@ -17,10 +17,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 30 - 0
tests/python/scattSiO2.py

@@ -1,4 +1,34 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
+# -*- coding: UTF-8 -*-
+#
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2013-2017 Konstantin Ladutenko <kostyfisik@gmail.com>
+#
+#    This file is part of scattnlay
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation, either version 3 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    The only additional remark is that we expect that all publications
+#    describing work using this software, or all commercial products
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
+#        a multilayered sphere," Computer Physics Communications,
+#        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 # This test case calculates the differential scattering
 # This test case calculates the differential scattering
 # cross section for different x values of a SiO2 sphere
 # cross section for different x values of a SiO2 sphere

+ 8 - 4
tests/python/test01-wrapper.py

@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
-#    Copyright (C) 2009-2015 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #
 #
-#    This file is part of python-scattnlay
+#    This file is part of scattnlay
 #
 #
 #    This program is free software: you can redistribute it and/or modify
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    it under the terms of the GNU General Public License as published by
@@ -17,10 +17,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 7 - 3
tests/python/test01.py

@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
-#    Copyright (C) 2009-2015 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #
 #
 #    This file is part of python-scattnlay
 #    This file is part of python-scattnlay
 #
 #
@@ -17,10 +17,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 8 - 4
tests/python/test02.py

@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
-#    Copyright (C) 2009-2015 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #
 #
-#    This file is part of python-scattnlay
+#    This file is part of scattnlay
 #
 #
 #    This program is free software: you can redistribute it and/or modify
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    it under the terms of the GNU General Public License as published by
@@ -17,10 +17,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 8 - 4
tests/python/test04.py

@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
-#    Copyright (C) 2009-2015 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #
 #
-#    This file is part of python-scattnlay
+#    This file is part of scattnlay
 #
 #
 #    This program is free software: you can redistribute it and/or modify
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    it under the terms of the GNU General Public License as published by
@@ -17,10 +17,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ 8 - 4
tests/python/test04_field.py

@@ -1,9 +1,9 @@
 #!/usr/bin/env python
 #!/usr/bin/env python
 # -*- coding: UTF-8 -*-
 # -*- coding: UTF-8 -*-
 #
 #
-#    Copyright (C) 2009-2015 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
+#    Copyright (C) 2009-2017 Ovidio Peña Rodríguez <ovidio@bytesfall.com>
 #
 #
-#    This file is part of python-scattnlay
+#    This file is part of scattnlay
 #
 #
 #    This program is free software: you can redistribute it and/or modify
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
 #    it under the terms of the GNU General Public License as published by
@@ -17,10 +17,14 @@
 #
 #
 #    The only additional remark is that we expect that all publications
 #    The only additional remark is that we expect that all publications
 #    describing work using this software, or all commercial products
 #    describing work using this software, or all commercial products
-#    using it, cite the following reference:
-#    [1] O. Pena and U. Pal, "Scattering of electromagnetic radiation by
+#    using it, cite at least one of the following references:
+#    [1] O. Peña and U. Pal, "Scattering of electromagnetic radiation by
 #        a multilayered sphere," Computer Physics Communications,
 #        a multilayered sphere," Computer Physics Communications,
 #        vol. 180, Nov. 2009, pp. 2348-2354.
 #        vol. 180, Nov. 2009, pp. 2348-2354.
+#    [2] K. Ladutenko, U. Pal, A. Rivera, and O. Peña-Rodríguez, "Mie
+#        calculation of electromagnetic near-field for a multilayered
+#        sphere," Computer Physics Communications, vol. 214, May 2017,
+#        pp. 225-230.
 #
 #
 #    You should have received a copy of the GNU General Public License
 #    You should have received a copy of the GNU General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Some files were not shown because too many files changed in this diff