PyMieSim 3.6.0__cp313-cp313-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. PyMieSim/__init__.py +16 -0
  2. PyMieSim/__main__.py +9 -0
  3. PyMieSim/_version.py +21 -0
  4. PyMieSim/binary/__init__.py +0 -0
  5. PyMieSim/binary/interface_detector.cp310-win_amd64.pyd +0 -0
  6. PyMieSim/binary/interface_detector.cp311-win_amd64.pyd +0 -0
  7. PyMieSim/binary/interface_detector.cp312-win_amd64.pyd +0 -0
  8. PyMieSim/binary/interface_detector.cp313-win_amd64.pyd +0 -0
  9. PyMieSim/binary/interface_experiment.cp310-win_amd64.pyd +0 -0
  10. PyMieSim/binary/interface_experiment.cp311-win_amd64.pyd +0 -0
  11. PyMieSim/binary/interface_experiment.cp312-win_amd64.pyd +0 -0
  12. PyMieSim/binary/interface_experiment.cp313-win_amd64.pyd +0 -0
  13. PyMieSim/binary/interface_scatterer.cp310-win_amd64.pyd +0 -0
  14. PyMieSim/binary/interface_scatterer.cp311-win_amd64.pyd +0 -0
  15. PyMieSim/binary/interface_scatterer.cp312-win_amd64.pyd +0 -0
  16. PyMieSim/binary/interface_scatterer.cp313-win_amd64.pyd +0 -0
  17. PyMieSim/binary/interface_sets.cp310-win_amd64.pyd +0 -0
  18. PyMieSim/binary/interface_sets.cp311-win_amd64.pyd +0 -0
  19. PyMieSim/binary/interface_sets.cp312-win_amd64.pyd +0 -0
  20. PyMieSim/binary/interface_sets.cp313-win_amd64.pyd +0 -0
  21. PyMieSim/binary/interface_source.cp310-win_amd64.pyd +0 -0
  22. PyMieSim/binary/interface_source.cp311-win_amd64.pyd +0 -0
  23. PyMieSim/binary/interface_source.cp312-win_amd64.pyd +0 -0
  24. PyMieSim/binary/interface_source.cp313-win_amd64.pyd +0 -0
  25. PyMieSim/binary/libcpp_coordinates.a +0 -0
  26. PyMieSim/binary/libcpp_detector.a +0 -0
  27. PyMieSim/binary/libcpp_experiment.a +0 -0
  28. PyMieSim/binary/libcpp_fibonacci.a +0 -0
  29. PyMieSim/binary/libcpp_mode_field.a +0 -0
  30. PyMieSim/binary/libcpp_sets.a +0 -0
  31. PyMieSim/binary/libcpp_source.a +0 -0
  32. PyMieSim/directories.py +31 -0
  33. PyMieSim/experiment/__init__.py +1 -0
  34. PyMieSim/experiment/dataframe_subclass.py +220 -0
  35. PyMieSim/experiment/detector/__init__.py +2 -0
  36. PyMieSim/experiment/detector/base.py +169 -0
  37. PyMieSim/experiment/detector/coherent_mode.py +50 -0
  38. PyMieSim/experiment/detector/photodiode.py +52 -0
  39. PyMieSim/experiment/scatterer/__init__.py +4 -0
  40. PyMieSim/experiment/scatterer/base.py +98 -0
  41. PyMieSim/experiment/scatterer/core_shell.py +82 -0
  42. PyMieSim/experiment/scatterer/cylinder.py +63 -0
  43. PyMieSim/experiment/scatterer/sphere.py +66 -0
  44. PyMieSim/experiment/setup.py +356 -0
  45. PyMieSim/experiment/source/__init__.py +2 -0
  46. PyMieSim/experiment/source/base.py +85 -0
  47. PyMieSim/experiment/source/gaussian.py +60 -0
  48. PyMieSim/experiment/source/planewave.py +69 -0
  49. PyMieSim/experiment/utils.py +132 -0
  50. PyMieSim/gui/__init__.py +0 -0
  51. PyMieSim/gui/helper.py +60 -0
  52. PyMieSim/gui/interface.py +136 -0
  53. PyMieSim/gui/section.py +606 -0
  54. PyMieSim/mesh.py +368 -0
  55. PyMieSim/polarization.py +174 -0
  56. PyMieSim/single/__init__.py +48 -0
  57. PyMieSim/single/detector/__init__.py +2 -0
  58. PyMieSim/single/detector/base.py +271 -0
  59. PyMieSim/single/detector/coherent.py +99 -0
  60. PyMieSim/single/detector/uncoherent.py +105 -0
  61. PyMieSim/single/representations.py +734 -0
  62. PyMieSim/single/scatterer/__init__.py +4 -0
  63. PyMieSim/single/scatterer/base.py +405 -0
  64. PyMieSim/single/scatterer/core_shell.py +126 -0
  65. PyMieSim/single/scatterer/cylinder.py +113 -0
  66. PyMieSim/single/scatterer/sphere.py +108 -0
  67. PyMieSim/single/source/__init__.py +3 -0
  68. PyMieSim/single/source/base.py +7 -0
  69. PyMieSim/single/source/gaussian.py +137 -0
  70. PyMieSim/single/source/planewave.py +97 -0
  71. PyMieSim/special_functions.py +81 -0
  72. PyMieSim/units.py +130 -0
  73. PyMieSim/validation_data/bohren_huffman/figure_810.csv +245 -0
  74. PyMieSim/validation_data/bohren_huffman/figure_87.csv +2 -0
  75. PyMieSim/validation_data/bohren_huffman/figure_88.csv +2 -0
  76. PyMieSim/validation_data/pymiescatt/example_coreshell_0.csv +41 -0
  77. PyMieSim/validation_data/pymiescatt/example_coreshell_1.csv +401 -0
  78. PyMieSim/validation_data/pymiescatt/example_shpere_0.csv +51 -0
  79. PyMieSim/validation_data/pymiescatt/example_shpere_1.csv +801 -0
  80. PyMieSim/validation_data/pymiescatt/example_shpere_2.csv +41 -0
  81. PyMieSim/validation_data/pymiescatt/example_shpere_3.csv +401 -0
  82. PyMieSim/validation_data/pymiescatt/example_sphere_0.csv +51 -0
  83. PyMieSim/validation_data/pymiescatt/example_sphere_1.csv +801 -0
  84. PyMieSim/validation_data/pymiescatt/example_sphere_2.csv +41 -0
  85. PyMieSim/validation_data/pymiescatt/example_sphere_3.csv +401 -0
  86. PyMieSim/validation_data/pymiescatt/validation_Qsca.csv +800 -0
  87. PyMieSim/validation_data/pymiescatt/validation_Qsca_coreshell_1.csv +400 -0
  88. PyMieSim/validation_data/pymiescatt/validation_Qsca_coreshell_2.csv +400 -0
  89. PyMieSim/validation_data/pymiescatt/validation_Qsca_medium.csv +800 -0
  90. PyMieSim/validation_data/pymiescatt/validation_coreshell.csv +81 -0
  91. PyMieSim/validation_data/pymiescatt/validation_sphere.csv +801 -0
  92. lib/libZBessel.a +0 -0
  93. lib/lib_ZBessel.a +0 -0
  94. lib/libcpp_base_scatterer.a +0 -0
  95. lib/libcpp_coreshell.a +0 -0
  96. lib/libcpp_cylinder.a +0 -0
  97. lib/libcpp_sphere.a +0 -0
  98. pymiesim-3.6.0.dist-info/METADATA +246 -0
  99. pymiesim-3.6.0.dist-info/RECORD +101 -0
  100. pymiesim-3.6.0.dist-info/WHEEL +5 -0
  101. pymiesim-3.6.0.dist-info/licenses/LICENSE +21 -0
lib/libZBessel.a ADDED
Binary file
lib/lib_ZBessel.a ADDED
Binary file
Binary file
lib/libcpp_coreshell.a ADDED
Binary file
lib/libcpp_cylinder.a ADDED
Binary file
lib/libcpp_sphere.a ADDED
Binary file
@@ -0,0 +1,246 @@
1
+ Metadata-Version: 2.2
2
+ Name: PyMieSim
3
+ Version: 3.6.0
4
+ Summary: A package for light scattering computation.
5
+ Keywords: mie,scattering,backscatter,sphere,cylinder,nanoparticle,phase function,efficiency,rayleigh,backscattering
6
+ Author-Email: Martin Poinsinet de Sivry-Houle <martin.poinsinet.de.sivry@gmail.com>
7
+ License: MIT License
8
+
9
+ Copyright (c) 2020 Martin Poinsinet de Sivry-Houle
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in all
19
+ copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ SOFTWARE.
28
+
29
+ Classifier: Programming Language :: Python
30
+ Classifier: Programming Language :: Python :: 3
31
+ Classifier: Programming Language :: Python :: 3.10
32
+ Classifier: Programming Language :: Python :: 3.11
33
+ Classifier: Programming Language :: Python :: 3.12
34
+ Classifier: Programming Language :: Python :: Implementation :: CPython
35
+ Classifier: Development Status :: 5 - Production/Stable
36
+ Classifier: Intended Audience :: Science/Research
37
+ Classifier: Intended Audience :: Developers
38
+ Classifier: Topic :: Scientific/Engineering :: Physics
39
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
40
+ Classifier: Topic :: Scientific/Engineering :: Visualization
41
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
42
+ Classifier: License :: OSI Approved :: MIT License
43
+ Classifier: Operating System :: OS Independent
44
+ Classifier: Framework :: Jupyter
45
+ Classifier: Framework :: Sphinx
46
+ Project-URL: Documentation, https://martinpdes.github.io/PyMieSim/
47
+ Project-URL: Repository, https://github.com/MartinPdeS/PyMieSim
48
+ Requires-Python: >=3.10
49
+ Requires-Dist: setuptools_scm[toml]~=8.0
50
+ Requires-Dist: numpy==2.2.6
51
+ Requires-Dist: matplotlib==3.10.3
52
+ Requires-Dist: MPSPlots==1.6.4
53
+ Requires-Dist: pydantic<2.12.0,>=2.9.2
54
+ Requires-Dist: pint-pandas~=0.6
55
+ Requires-Dist: pandas~=2.3.0
56
+ Requires-Dist: PyOptik==1.11.0
57
+ Requires-Dist: tabulate~=0.9
58
+ Requires-Dist: pyvista==0.45.2
59
+ Provides-Extra: testing
60
+ Requires-Dist: pytest>=0.6; extra == "testing"
61
+ Requires-Dist: pytest-cov>=2.0; extra == "testing"
62
+ Requires-Dist: pytest-json-report==1.5.0; extra == "testing"
63
+ Requires-Dist: coverage==7.9.2; extra == "testing"
64
+ Provides-Extra: documentation
65
+ Requires-Dist: numpydoc==1.9.0; extra == "documentation"
66
+ Requires-Dist: sphinx>=5.1.1; extra == "documentation"
67
+ Requires-Dist: sphinx-rtd-theme==3.0.2; extra == "documentation"
68
+ Requires-Dist: sphinx-gallery==0.19.0; extra == "documentation"
69
+ Requires-Dist: pydata-sphinx-theme==0.16.1; extra == "documentation"
70
+ Provides-Extra: dev
71
+ Requires-Dist: flake8==7.3.0; extra == "dev"
72
+ Description-Content-Type: text/x-rst
73
+
74
+ |logo|
75
+
76
+ .. list-table::
77
+ :widths: 10 25 25 25
78
+ :header-rows: 0
79
+
80
+ * - Meta
81
+ - |python|
82
+ - |docs|
83
+ - |zenodo|
84
+ * - Testing
85
+ - |ci/cd|
86
+ - |coverage|
87
+ - |colab|
88
+ * - PyPI
89
+ - |PyPI|
90
+ - |PyPI_download|
91
+ -
92
+ * - Anaconda
93
+ - |anaconda|
94
+ - |anaconda_download|
95
+ - |anaconda_date|
96
+
97
+ PyMieSim
98
+ ========
99
+
100
+ **PyMieSim** is an open-source Python package for fast and flexible Mie
101
+ scattering simulations. It supports spherical, cylindrical and core--shell
102
+ particles and provides helper classes for custom sources and detectors.
103
+ The project targets both quick single-scatterer studies and large parametric
104
+ experiments.
105
+
106
+ Features
107
+ --------
108
+ - Solvers for spheres, cylinders and core--shell geometries.
109
+ - Built-in models for plane wave and Gaussian sources.
110
+ - Multiple detector types including photodiodes and coherent modes.
111
+ - Simple data analysis with pandas DataFrame outputs.
112
+
113
+ Installation
114
+ ------------
115
+ PyMieSim is available on PyPI and Anaconda. Install it with:
116
+
117
+ .. code-block:: bash
118
+
119
+ pip install PyMieSim
120
+ conda install PyMieSim
121
+
122
+ See the `online documentation <https://pymiesim.readthedocs.io/>`_ for detailed
123
+ usage and additional examples.
124
+
125
+ Quick example
126
+ -------------
127
+ Below is a short example computing the scattering efficiency of a sphere.
128
+
129
+ .. code-block:: python
130
+
131
+ import numpy as np
132
+ from PyMieSim.experiment.scatterer import Sphere
133
+ from PyMieSim.experiment.source import Gaussian
134
+ from PyMieSim.experiment import Setup
135
+ from PyMieSim.units import nanometer, degree, watt, AU, RIU
136
+
137
+ source = Gaussian(
138
+ wavelength=np.linspace(400, 1000, 500) * nanometer,
139
+ polarization=0 * degree,
140
+ optical_power=1e-3 * watt,
141
+ NA=0.2 * AU,
142
+ )
143
+
144
+ scatterer = Sphere(
145
+ diameter=[200] * nanometer,
146
+ property=[4] * RIU,
147
+ medium_property=1 * RIU,
148
+ source=source,
149
+ )
150
+
151
+ experiment = Setup(scatterer=scatterer, source=source)
152
+ df = experiment.get("Qsca")
153
+ df.plot_data(x="source:wavelength")
154
+
155
+ Building from source
156
+ --------------------
157
+ For development or manual compilation, clone the repository and run:
158
+
159
+ .. code-block:: bash
160
+
161
+ git submodule update --init
162
+ mkdir build && cd build
163
+ cmake ../ -G"Unix Makefiles"
164
+ sudo make install
165
+ cd ..
166
+ python -m pip install .
167
+
168
+ Testing
169
+ -------
170
+ Run the unit tests with:
171
+
172
+ .. code-block:: bash
173
+
174
+ pip install PyMieSim[testing]
175
+ pytest
176
+
177
+ Citing PyMieSim
178
+ ---------------
179
+ If you use PyMieSim in academic work, please cite:
180
+
181
+ .. code-block:: none
182
+
183
+ @article{PoinsinetdeSivry-Houle:23,
184
+ author = {Martin Poinsinet de Sivry-Houle and Nicolas Godbout and Caroline Boudoux},
185
+ journal = {Opt. Continuum},
186
+ title = {PyMieSim: an open-source library for fast and flexible far-field Mie scattering simulations},
187
+ volume = {2},
188
+ number = {3},
189
+ pages = {520--534},
190
+ year = {2023},
191
+ doi = {10.1364/OPTCON.473102},
192
+ }
193
+
194
+ Contact
195
+ -------
196
+ For questions or contributions, contact `martin.poinsinet.de.sivry@gmail.ca <mailto:martin.poinsinet.de.sivry@gmail.ca>`_.
197
+
198
+ .. |logo| image:: https://github.com/MartinPdeS/PyMieSim/raw/master/docs/images/logo.png
199
+ :alt: PyOptik logo
200
+ .. |python| image:: https://img.shields.io/pypi/pyversions/pymiesim.svg
201
+ :alt: Python
202
+ :target: https://www.python.org/
203
+ .. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5593704.svg
204
+ :alt: Scientific article
205
+ :target: https://doi.org/10.5281/zenodo.4556074
206
+ .. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg
207
+ :alt: Google Colab
208
+ :target: https://colab.research.google.com/github/MartinPdeS/PyMieSim/blob/master/notebook.ipynb
209
+ .. |docs| image:: https://github.com/martinpdes/pymiesim/actions/workflows/deploy_documentation.yml/badge.svg
210
+ :target: https://martinpdes.github.io/PyMieSim/
211
+ :alt: Documentation Status
212
+ .. |PyPI| image:: https://badge.fury.io/py/PyMieSim.svg
213
+ :alt: PyPI version
214
+ :target: https://badge.fury.io/py/PyMieSim
215
+ .. |PyPI_download| image:: https://img.shields.io/pypi/dm/PyMieSim?style=plastic&label=PyPI%20downloads&labelColor=hex&color=hex
216
+ :alt: PyPI downloads
217
+ :target: https://pypistats.org/packages/pymiesim
218
+ .. |coverage| image:: https://raw.githubusercontent.com/MartinPdeS/PyMieSim/python-coverage-comment-action-data/badge.svg
219
+ :alt: Unittest coverage
220
+ :target: https://htmlpreview.github.io/?https://github.com/MartinPdeS/PyMieSim/blob/python-coverage-comment-action-data/htmlcov/index.html
221
+ .. |ci/cd| image:: https://github.com/martinpdes/pymiesim/actions/workflows/deploy_coverage.yml/badge.svg
222
+ :alt: Unittest Status
223
+ .. |code_structure| image:: https://github.com/MartinPdeS/PyMieSim/raw/master/docs/images/code_structure.png
224
+ :width: 800
225
+ :alt: Structure of the library
226
+ .. |example_gui| image:: https://github.com/MartinPdeS/PyMieSim/raw/master/docs/images/example_gui.png
227
+ :width: 800
228
+ :alt: Structure of the library
229
+ .. |wikipedia_example| image:: https://github.com/MartinPdeS/PyMieSim/raw/master/docs/images/wikipedia_example.png
230
+ :width: 800
231
+ :alt: Example wikipedia
232
+ .. |example_plasmon| image:: https://github.com/MartinPdeS/PyMieSim/raw/master/docs/images/plasmonic_resonances.png
233
+ :width: 800
234
+ :alt: Plasmonic resonances
235
+ .. |example_qsca| image:: https://github.com/MartinPdeS/PyMieSim/raw/master/docs/images/Qsca_diameter.png
236
+ :width: 800
237
+ :alt: Qsca vs diameter
238
+ .. |anaconda| image:: https://anaconda.org/martinpdes/pymiesim/badges/version.svg
239
+ :alt: Anaconda version
240
+ :target: https://anaconda.org/martinpdes/pymiesim
241
+ .. |anaconda_download| image:: https://anaconda.org/martinpdes/pymiesim/badges/downloads.svg
242
+ :alt: Anaconda downloads
243
+ :target: https://anaconda.org/martinpdes/pymiesim
244
+ .. |anaconda_date| image:: https://anaconda.org/martinpdes/pymiesim/badges/latest_release_relative_date.svg
245
+ :alt: Latest release date
246
+ :target: https://anaconda.org/martinpdes/pymiesim
@@ -0,0 +1,101 @@
1
+ lib/lib_ZBessel.a,sha256=m4jUlkGkxh4QZDO97oHyrOW8Ccz3ajNsRbm7OEY82yg,10676
2
+ lib/libcpp_base_scatterer.a,sha256=NdxhsL6A5WEXY4Mr49kbyy4YpQMp3Y90Q-XJBbI0OC8,302354
3
+ lib/libcpp_coreshell.a,sha256=lrcIIbCls-ISE3-cVMGf8lI154lHqLIcVxtzpnn6e1E,307746
4
+ lib/libcpp_cylinder.a,sha256=HRBN-THsIeumuvAqezrpmyVDsQ-P9QnnCyR6mAWG32o,287436
5
+ lib/libcpp_sphere.a,sha256=BWNU_sQWBnDSg-m8YYb5ACEOqYxqXKlP5fuuo_jaj-Q,301716
6
+ lib/libZBessel.a,sha256=wRxK9N4jFIfl_NCCUEs9o2h5TA1m2Ykv_uTi5zWQ7ew,133174
7
+ PyMieSim/__init__.py,sha256=3j_1gIfkkQdu6oflAVAot2mZPJO_yz5MVfhDNxjY6-s,469
8
+ PyMieSim/__main__.py,sha256=oGbu6nM6nxHbA1DRvpiG6loI-mkVCuVCJJPnN5pAmgQ,246
9
+ PyMieSim/_version.py,sha256=gjaLAkUsBET1sUPJb8F_jnhiFLEWqCIkrz1Y419AaLk,532
10
+ PyMieSim/binary/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ PyMieSim/binary/interface_detector.cp310-win_amd64.pyd,sha256=QkDGVeeDytSzLgFxJh42Ldoc88hTwm-vzN1QhK9MSPA,797184
12
+ PyMieSim/binary/interface_detector.cp311-win_amd64.pyd,sha256=0IhoeFFjH1oFUzZiCnosIJP45lkWJ0uuw51FuOQsFY8,801792
13
+ PyMieSim/binary/interface_detector.cp312-win_amd64.pyd,sha256=WhkFKidZOmAx6eo1ksVGsNwitAkQ99T2xvoOt2Lf0EA,806400
14
+ PyMieSim/binary/interface_detector.cp313-win_amd64.pyd,sha256=hpskSKOT9B_r0V7GMwK_vXgch4Z_Vv8hEMNdEQGrGqs,806400
15
+ PyMieSim/binary/interface_experiment.cp310-win_amd64.pyd,sha256=8wUhVq2kMpUh2zxqbN3pSKjr4q6Hg4q9J5cF0_ZbGOE,820736
16
+ PyMieSim/binary/interface_experiment.cp311-win_amd64.pyd,sha256=XqlUixiWb1cLRU3GjTJF5B40ZN3-KW6BnmmvUN-SCbg,824320
17
+ PyMieSim/binary/interface_experiment.cp312-win_amd64.pyd,sha256=EhHdYrNJOTssmrtmMOR0xXp3bHDyIEJkQk1DRWCG6JE,826368
18
+ PyMieSim/binary/interface_experiment.cp313-win_amd64.pyd,sha256=S3IWh6NV-BRmvYRkmw4k8fZ835COeO1D1KY2r6mYz4U,825856
19
+ PyMieSim/binary/interface_scatterer.cp310-win_amd64.pyd,sha256=Grk5L_jwnWfbhU4dOxopDUxpXi01IpLqJgt4CrFkhuU,1203712
20
+ PyMieSim/binary/interface_scatterer.cp311-win_amd64.pyd,sha256=7LPEfHpOQNQ939uaO19gGgDCbrhNsDxuE31c0qDl_LQ,1208320
21
+ PyMieSim/binary/interface_scatterer.cp312-win_amd64.pyd,sha256=3VMMTLiTgOJCNFxWI9i5U2aQo4r2UiID3dcSZiEUzLw,1209856
22
+ PyMieSim/binary/interface_scatterer.cp313-win_amd64.pyd,sha256=O3CyLKTKY-7Toy1QRZMG3OuP39-LuFRgUwJbfLb0S7Y,1209856
23
+ PyMieSim/binary/interface_sets.cp310-win_amd64.pyd,sha256=LSrsf6Jp4IYO0owKTqoo11xVdniLEE0qkJbEe-CUBHg,1216512
24
+ PyMieSim/binary/interface_sets.cp311-win_amd64.pyd,sha256=7Sy_RPgFEf6lllEAAfIWxTUoBOn0v4CCG9QbXtoPucU,1220608
25
+ PyMieSim/binary/interface_sets.cp312-win_amd64.pyd,sha256=LU2R3g3SA0Sis997dBpZh6D-4UBjFJ_vt8gZJXl0Us8,1221120
26
+ PyMieSim/binary/interface_sets.cp313-win_amd64.pyd,sha256=291VnsIiwG_zcAonM0WrwHF55xZGMheh2ViopiFQ1gU,1221120
27
+ PyMieSim/binary/interface_source.cp310-win_amd64.pyd,sha256=WZAYfn_QYXHwZlWkmvwCoU5nfuTcC8BWhMMfnxX69hw,552448
28
+ PyMieSim/binary/interface_source.cp311-win_amd64.pyd,sha256=QAc8K_8doOEVypcDI1ToT6bB4KKqfsWAUynEhLuDyIA,556032
29
+ PyMieSim/binary/interface_source.cp312-win_amd64.pyd,sha256=EF--Fkbn1yBS9pw35UNIvntCHnmlCyyITtiohKrMZPg,558080
30
+ PyMieSim/binary/interface_source.cp313-win_amd64.pyd,sha256=OmFh0t8Cv4RlLgCF2QLws55znHAEqIIPI7NxiIpudZM,558592
31
+ PyMieSim/binary/libcpp_coordinates.a,sha256=cJNQir70hGdmRmgEtWP4JVqj_9F06gK5N-HzzA_ERwk,23506
32
+ PyMieSim/binary/libcpp_detector.a,sha256=MueaigA9UQJg5ylcDCi8IEKa_m5y4igtZPTGLq-z46k,309530
33
+ PyMieSim/binary/libcpp_experiment.a,sha256=f7oDUMeHAWGbMRUfp77xGN6CPestMa-fUk6dA6405-k,266974
34
+ PyMieSim/binary/libcpp_fibonacci.a,sha256=T--rfrtowZ_psjyE38awvvkkjzjaCkkuAyMmZOKUGJs,16808
35
+ PyMieSim/binary/libcpp_mode_field.a,sha256=oWQyMLquoqvaUYkLwBX0FStU7TLN6Sc2aTyROTLlN00,13388
36
+ PyMieSim/binary/libcpp_sets.a,sha256=D-kp-VNR49jTLSko30tow7iydPaMdPRPWMijufutW00,266888
37
+ PyMieSim/binary/libcpp_source.a,sha256=FWQ5js5AL2aho1E3iTDos4P6SbEYlhsA2tsnV0QdCGI,4070
38
+ PyMieSim/directories.py,sha256=x8nf0HACHDuny0YQ3sPnktY8aCKOA1RDvbDTSrerGN0,679
39
+ PyMieSim/experiment/__init__.py,sha256=3W7RgRQ2wspQyhAsUUfd5oYx199lQbYv90Lf0A5Ypf4,46
40
+ PyMieSim/experiment/dataframe_subclass.py,sha256=WVVbvLmdPaqgFU48f8Ua0-WOlNj-CDpK_tFNCDC5ixU,7394
41
+ PyMieSim/experiment/detector/__init__.py,sha256=lkff1gbVI4CpiQzMSri0qNX1tqeqkwLFIRSKGaGnLeM,77
42
+ PyMieSim/experiment/detector/base.py,sha256=R2kObUqhY1FicedybH7xn4DJu50-SdAWtHc2cFqaDa0,7509
43
+ PyMieSim/experiment/detector/coherent_mode.py,sha256=5bnQ0j22R5-6ALR9_3wseF01JOiSk9iii2opvcsaQpc,1855
44
+ PyMieSim/experiment/detector/photodiode.py,sha256=Hpw9Nxo19QUV-r31LCuEl2-EOgUPDEbkbOVB0zPyw8s,1902
45
+ PyMieSim/experiment/scatterer/__init__.py,sha256=Daf3HTH5jA5Br5R3hb0NQSVZAz5NpaiedGUQG1bYtkU,128
46
+ PyMieSim/experiment/scatterer/base.py,sha256=3wKHLeOnXIXNK9ZE8-q0vNVjeYP2pJV4191DuGSfRuQ,3977
47
+ PyMieSim/experiment/scatterer/core_shell.py,sha256=2HQI285zd63hY0DaDNUwyeOEaDaE5DX3dF9WG9SyhRU,3552
48
+ PyMieSim/experiment/scatterer/cylinder.py,sha256=bpypSsx23WAOx9FEdnkepJI0tfIKBbUndXR7DDjktHw,2601
49
+ PyMieSim/experiment/scatterer/sphere.py,sha256=hiv8rXTm-7BEhE0d48jX9KvSoaxiD1KkmNaC7O9J5sM,2911
50
+ PyMieSim/experiment/setup.py,sha256=bNbiKh77TX94qKBhDP9PBjE5WZ6b_uQXMK-7R5CrrBI,13649
51
+ PyMieSim/experiment/source/__init__.py,sha256=QOwlP9wBNAlQA3dmH-g8mNpb2qu5hFdlD_zkmw88Q8w,66
52
+ PyMieSim/experiment/source/base.py,sha256=bkIM2UDO8APBi6MPWWGrapkSqddQBmiCScJ3Y2Q741c,3189
53
+ PyMieSim/experiment/source/gaussian.py,sha256=00FAe2dHDefDNFr-nh3yA9P4dvtoVfdQmDI36G6wdLI,2390
54
+ PyMieSim/experiment/source/planewave.py,sha256=rZtCS_fOk--WzUg8tz7e5QwHZy_3N9KS-QP4jgo6gXI,2548
55
+ PyMieSim/experiment/utils.py,sha256=pVdLsLYACnOt1aKPmLO9qLC9I2a9paN4ypMF3TIaaGA,5512
56
+ PyMieSim/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
+ PyMieSim/gui/helper.py,sha256=GWrG91CBVgMruvwvQbhfU_07ZhbIBkgAs3FwOvCPhe8,2605
58
+ PyMieSim/gui/interface.py,sha256=MLE1_6VXdNxAsQlEh0LzKs3o6U7jT5im8QuSGOpiXcA,4948
59
+ PyMieSim/gui/section.py,sha256=Ro7lbaUJhtvtZEAhzYn5Fbl8BSdQGjAImYESNmYmis4,21701
60
+ PyMieSim/mesh.py,sha256=6ZwIv79eQY7bOl4NRTK1oOSV8X6aMG8BOUC0UTmbU0Q,14934
61
+ PyMieSim/polarization.py,sha256=l94om78Sku0BjDjzZfBqJ9zW06EghHLs6wKKv-lZRDU,5661
62
+ PyMieSim/single/__init__.py,sha256=uE3Ctqg90vm4CWTn9uHdnENSOAg7dgHZwwjbrEGWBd8,2255
63
+ PyMieSim/single/detector/__init__.py,sha256=5w47VDcm6L5VVNz019syCYtM84k1BIHbJll5UktDNjk,91
64
+ PyMieSim/single/detector/base.py,sha256=ex-TMwiv5kI3QJnkSyNgf7oMz22508v_51PE8orqUnU,11590
65
+ PyMieSim/single/detector/coherent.py,sha256=tvJJG41iSFHbFbWg1FB_Frxu1k5s6V8OMZBFU3-meag,5405
66
+ PyMieSim/single/detector/uncoherent.py,sha256=CKR_Iqcx2UjD8ospj9H4rMFNbbM_jLXZgL_PLj2BGWw,4953
67
+ PyMieSim/single/representations.py,sha256=vOznCZL-8KrErz-4m4-9w7g433rmUCfVmWFObLONd_Q,29883
68
+ PyMieSim/single/scatterer/__init__.py,sha256=CN5D1UTvtIWMrlYvN4YqA3_DAp0jOPlPKl8ZCKUUU-4,128
69
+ PyMieSim/single/scatterer/base.py,sha256=bRNhLsvu9t8SVROdpnXnpklR_9UNKhw69YmBo6PIjG8,20106
70
+ PyMieSim/single/scatterer/core_shell.py,sha256=YL8GBDv2t_IlSFNWu1PPy52ZBbddt8NUPpbwRqJ0EEg,5199
71
+ PyMieSim/single/scatterer/cylinder.py,sha256=i_pLQ6AIRqgssqRrYWNVsahV5J6aywQGsK6WmyauVsY,4174
72
+ PyMieSim/single/scatterer/sphere.py,sha256=ypzmZ3QssQxlK15kacr7AqLqWP_-_bWcel3ynv1UNSI,3955
73
+ PyMieSim/single/source/__init__.py,sha256=UTGc7nja-s3Cfx9tbscY-OOpku8td8eTyRkruUNfN00,96
74
+ PyMieSim/single/source/base.py,sha256=T7Wx-4JYsG7-OOuZAga7XrzQiYo1jzB2AHLWTxr71Uw,130
75
+ PyMieSim/single/source/gaussian.py,sha256=LY7ShqlnpefXdHaEz5oQZBVhjxBQWcLhNjgGVzfOSxc,4986
76
+ PyMieSim/single/source/planewave.py,sha256=Wr5vnege_0yyogG4oVDnJgGOnTfBcI0Delw61M_iTn8,3683
77
+ PyMieSim/special_functions.py,sha256=klYnLr-fpKt8VlqWngWJMeexLxbP-3hezBXQF5gSGGI,2174
78
+ PyMieSim/units.py,sha256=b6TscVsAkKOiJfqs28gRLI4z_0g1tMS9lzelO623OjQ,4353
79
+ PyMieSim/validation_data/bohren_huffman/figure_810.csv,sha256=a16WSB7y7_TuGcboXUINj7y-mX0mkG_Vo0CFtE-pfF8,10073
80
+ PyMieSim/validation_data/bohren_huffman/figure_87.csv,sha256=6vf5uPxzYP7N1rD8GgQJxi4-Yme8Q3ycPpsavXlQQZY,40002
81
+ PyMieSim/validation_data/bohren_huffman/figure_88.csv,sha256=c30NQRjxlPz6plBcuG3kMVdTYQ0sHmRXRnzS67gyFnQ,40002
82
+ PyMieSim/validation_data/pymiescatt/example_coreshell_0.csv,sha256=3RQj_tya0tUSevl1-TcyEPA6L4z4HtG6n_TxflSWk5o,6524
83
+ PyMieSim/validation_data/pymiescatt/example_coreshell_1.csv,sha256=cKyj3kdtSdFEULtdHD_h9Fj71CafdD5aum8eLRXbjtE,64885
84
+ PyMieSim/validation_data/pymiescatt/example_shpere_0.csv,sha256=tNfDr6FB3896LSsY_6zTL7-8I0uz9mBQF_dENyzU5AY,9018
85
+ PyMieSim/validation_data/pymiescatt/example_shpere_1.csv,sha256=ZukEedcOwsJBZiP2aevPgj_5FyXVJ42eDHK9E9qYrTI,149769
86
+ PyMieSim/validation_data/pymiescatt/example_shpere_2.csv,sha256=3RQj_tya0tUSevl1-TcyEPA6L4z4HtG6n_TxflSWk5o,6524
87
+ PyMieSim/validation_data/pymiescatt/example_shpere_3.csv,sha256=cKyj3kdtSdFEULtdHD_h9Fj71CafdD5aum8eLRXbjtE,64885
88
+ PyMieSim/validation_data/pymiescatt/example_sphere_0.csv,sha256=tNfDr6FB3896LSsY_6zTL7-8I0uz9mBQF_dENyzU5AY,9018
89
+ PyMieSim/validation_data/pymiescatt/example_sphere_1.csv,sha256=LVY1Y8-n_ID8zrA9zlTheNdR7u0p03uCEv6s2XN4SQo,149767
90
+ PyMieSim/validation_data/pymiescatt/example_sphere_2.csv,sha256=3RQj_tya0tUSevl1-TcyEPA6L4z4HtG6n_TxflSWk5o,6524
91
+ PyMieSim/validation_data/pymiescatt/example_sphere_3.csv,sha256=cKyj3kdtSdFEULtdHD_h9Fj71CafdD5aum8eLRXbjtE,64885
92
+ PyMieSim/validation_data/pymiescatt/validation_coreshell.csv,sha256=7SdQgRiBSrlUb8YLbOQqrnvT3D4zv-iUP0zD_iA_0Wc,14789
93
+ PyMieSim/validation_data/pymiescatt/validation_Qsca.csv,sha256=1TqB7ky435UxeNJSAn6YR3_qUuUKZNLxVAbCLmrnLDk,20800
94
+ PyMieSim/validation_data/pymiescatt/validation_Qsca_coreshell_1.csv,sha256=fW1paOgE4ez_26Er4sfqoXujcMtuooj9I6RO6qRCXPo,10400
95
+ PyMieSim/validation_data/pymiescatt/validation_Qsca_coreshell_2.csv,sha256=khOJo3N54CqvrG9sxpuvvv5mZlcF3awOk738WHLougI,10400
96
+ PyMieSim/validation_data/pymiescatt/validation_Qsca_medium.csv,sha256=7PE_F3sLIKmKPhcoMUxeByZHw3lzDfc3TH9g9bh3Noo,20800
97
+ PyMieSim/validation_data/pymiescatt/validation_sphere.csv,sha256=0VCbInLU-PcTMa8IOsGL9vBWYJ9tQ6FpMv3ApV8fQVY,143548
98
+ pymiesim-3.6.0.dist-info/METADATA,sha256=NLH1cmL-XPL5EVHrCZuT_ZTIbYMT-jqEMJlNV92L1PQ,9530
99
+ pymiesim-3.6.0.dist-info/WHEEL,sha256=_PdgJ-W7uMAsWwnGnEdiicDU_PKcobRdffEM23gmN6g,106
100
+ pymiesim-3.6.0.dist-info/licenses/LICENSE,sha256=Iiz1zBIAocPfqqVpPTakp8OKXY9K5j4bIRbgaXy2iAE,1109
101
+ pymiesim-3.6.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: scikit-build-core 0.11.5
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win_amd64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Martin Poinsinet de Sivry-Houle
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.