PyOptik 1.6.0.post0__tar.gz → 1.6.3.post0__tar.gz

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 (179) hide show
  1. pyoptik-1.6.3.post0/.github/workflows/deploy_anaconda.yml +34 -0
  2. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/.github/workflows/deploy_coverage.yml +1 -1
  3. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/.github/workflows/deploy_documentation.yml +13 -10
  4. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PKG-INFO +26 -6
  5. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/_version.py +2 -2
  6. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/material.py +2 -0
  7. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/sellmeier_class.py +7 -1
  8. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/tabulated_class.py +7 -1
  9. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik.egg-info/PKG-INFO +26 -6
  10. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik.egg-info/SOURCES.txt +2 -0
  11. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik.egg-info/requires.txt +2 -1
  12. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/README.rst +23 -4
  13. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/create_sellmeier_file.ipynb +1 -1
  14. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/create_sellmeier_file.py +2 -2
  15. pyoptik-1.6.3.post0/docs/source/gallery/create_sellmeier_file.py.md5 +1 -0
  16. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/create_sellmeier_file.rst +7 -3
  17. pyoptik-1.6.3.post0/docs/source/gallery/create_sellmeier_file_codeobj.pickle +0 -0
  18. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/create_tabulated_file.ipynb +1 -1
  19. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/create_tabulated_file.py +2 -2
  20. pyoptik-1.6.3.post0/docs/source/gallery/create_tabulated_file.py.md5 +1 -0
  21. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/create_tabulated_file.rst +3 -3
  22. pyoptik-1.6.3.post0/docs/source/gallery/create_tabulated_file_codeobj.pickle +0 -0
  23. pyoptik-1.6.3.post0/docs/source/gallery/images/sphx_glr_create_sellmeier_file_001.png +0 -0
  24. pyoptik-1.6.3.post0/docs/source/gallery/images/thumb/sphx_glr_create_sellmeier_file_thumb.png +0 -0
  25. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_bk7.ipynb +1 -1
  26. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_bk7.py +2 -2
  27. pyoptik-1.6.3.post0/docs/source/gallery/plot_bk7.py.md5 +1 -0
  28. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_bk7.rst +3 -3
  29. pyoptik-1.6.3.post0/docs/source/gallery/plot_bk7_codeobj.pickle +0 -0
  30. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sf5.ipynb +1 -1
  31. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sf5.py +2 -2
  32. pyoptik-1.6.3.post0/docs/source/gallery/plot_sf5.py.md5 +1 -0
  33. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sf5.rst +3 -3
  34. pyoptik-1.6.3.post0/docs/source/gallery/plot_sf5_codeobj.pickle +0 -0
  35. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_silica.ipynb +1 -1
  36. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_silica.py +2 -2
  37. pyoptik-1.6.3.post0/docs/source/gallery/plot_silica.py.md5 +1 -0
  38. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_silica.rst +3 -3
  39. pyoptik-1.6.3.post0/docs/source/gallery/plot_silica_codeobj.pickle +0 -0
  40. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_silver.ipynb +1 -1
  41. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_silver.py +2 -2
  42. pyoptik-1.6.3.post0/docs/source/gallery/plot_silver.py.md5 +1 -0
  43. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_silver.rst +3 -3
  44. pyoptik-1.6.3.post0/docs/source/gallery/plot_silver_codeobj.pickle +0 -0
  45. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_water.ipynb +1 -1
  46. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_water.py +2 -2
  47. pyoptik-1.6.3.post0/docs/source/gallery/plot_water.py.md5 +1 -0
  48. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_water.rst +3 -3
  49. pyoptik-1.6.3.post0/docs/source/gallery/plot_water_codeobj.pickle +0 -0
  50. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/sg_execution_times.rst +9 -9
  51. pyoptik-1.6.3.post0/meta.yaml +61 -0
  52. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/pyproject.toml +2 -1
  53. pyoptik-1.6.0.post0/docs/source/gallery/create_sellmeier_file.py.md5 +0 -1
  54. pyoptik-1.6.0.post0/docs/source/gallery/create_sellmeier_file_codeobj.pickle +0 -0
  55. pyoptik-1.6.0.post0/docs/source/gallery/create_tabulated_file.py.md5 +0 -1
  56. pyoptik-1.6.0.post0/docs/source/gallery/create_tabulated_file_codeobj.pickle +0 -0
  57. pyoptik-1.6.0.post0/docs/source/gallery/images/sphx_glr_create_sellmeier_file_001.png +0 -0
  58. pyoptik-1.6.0.post0/docs/source/gallery/images/thumb/sphx_glr_create_sellmeier_file_thumb.png +0 -0
  59. pyoptik-1.6.0.post0/docs/source/gallery/plot_bk7.py.md5 +0 -1
  60. pyoptik-1.6.0.post0/docs/source/gallery/plot_bk7_codeobj.pickle +0 -0
  61. pyoptik-1.6.0.post0/docs/source/gallery/plot_sf5.py.md5 +0 -1
  62. pyoptik-1.6.0.post0/docs/source/gallery/plot_sf5_codeobj.pickle +0 -0
  63. pyoptik-1.6.0.post0/docs/source/gallery/plot_silica.py.md5 +0 -1
  64. pyoptik-1.6.0.post0/docs/source/gallery/plot_silica_codeobj.pickle +0 -0
  65. pyoptik-1.6.0.post0/docs/source/gallery/plot_silver.py.md5 +0 -1
  66. pyoptik-1.6.0.post0/docs/source/gallery/plot_silver_codeobj.pickle +0 -0
  67. pyoptik-1.6.0.post0/docs/source/gallery/plot_water.py.md5 +0 -1
  68. pyoptik-1.6.0.post0/docs/source/gallery/plot_water_codeobj.pickle +0 -0
  69. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/.github/dependabot.yml +0 -0
  70. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/.github/workflows/deploy_workflow.yml +0 -0
  71. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/.gitignore +0 -0
  72. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/.readthedocs.yml +0 -0
  73. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/LICENSE +0 -0
  74. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/__init__.py +0 -0
  75. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/__main__.py +0 -0
  76. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/base_class.py +0 -0
  77. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/__init__.py +0 -0
  78. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/BAK1.yml +0 -0
  79. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/BK7.yml +0 -0
  80. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/SF5.yml +0 -0
  81. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/ZBLAN.yml +0 -0
  82. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/__init__.py +0 -0
  83. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/argon.yml +0 -0
  84. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/crown.yml +0 -0
  85. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/default.py +0 -0
  86. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/flint.yml +0 -0
  87. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/fluorine_doped_silica_1%.yml +0 -0
  88. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/fluorine_doped_silica_2%.yml +0 -0
  89. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/fused_silica.yml +0 -0
  90. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/germanium.yml +0 -0
  91. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/lithium_niobate.yml +0 -0
  92. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/polystyren.yml +0 -0
  93. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/silica.yml +0 -0
  94. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/silicon.yml +0 -0
  95. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/soda_lime_glass.yml +0 -0
  96. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/sellmeier/water.yml +0 -0
  97. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/__init__.py +0 -0
  98. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/aluminium.yml +0 -0
  99. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/calcium.yml +0 -0
  100. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/copper.yml +0 -0
  101. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/default.py +0 -0
  102. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/gold.yml +0 -0
  103. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/iron.yml +0 -0
  104. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/nickel.yml +0 -0
  105. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/silver.yml +0 -0
  106. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/sodium.yml +0 -0
  107. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/data/tabulated/zinc.yml +0 -0
  108. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/directories.py +0 -0
  109. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik/utils.py +0 -0
  110. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik.egg-info/dependency_links.txt +0 -0
  111. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/PyOptik.egg-info/top_level.txt +0 -0
  112. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/Makefile +0 -0
  113. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/README.rst +0 -0
  114. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/create_sellmeier_file.py +0 -0
  115. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/create_tabulated_file.py +0 -0
  116. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/download_yml_file.py +0 -0
  117. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/plot_bk7.py +0 -0
  118. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/plot_sf5.py +0 -0
  119. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/plot_silica.py +0 -0
  120. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/plot_silver.py +0 -0
  121. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/examples/plot_water.py +0 -0
  122. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/images/example_bk7.png +0 -0
  123. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/images/logo.png +0 -0
  124. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/make.bat +0 -0
  125. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/_static/default.css +0 -0
  126. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/code.rst +0 -0
  127. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/conf.py +0 -0
  128. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/add_material.ipynb +0 -0
  129. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/add_material.py +0 -0
  130. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/add_material.rst +0 -0
  131. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/add_material_codeobj.pickle +0 -0
  132. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/download_yml_file.ipynb +0 -0
  133. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/download_yml_file.py +0 -0
  134. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/download_yml_file.py.md5 +0 -0
  135. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/download_yml_file.rst +0 -0
  136. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/download_yml_file_codeobj.pickle +0 -0
  137. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/get_values.ipynb +0 -0
  138. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/get_values.py +0 -0
  139. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/get_values.rst +0 -0
  140. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/get_values_codeobj.pickle +0 -0
  141. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_create_tabulated_file_001.png +0 -0
  142. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_download_yml_file_001.png +0 -0
  143. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_bk7_001.png +0 -0
  144. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_sellmeier_0_001.png +0 -0
  145. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_sellmeier_1_001.png +0 -0
  146. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_sf5_001.png +0 -0
  147. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_silica_001.png +0 -0
  148. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_silver_001.png +0 -0
  149. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/sphx_glr_plot_water_001.png +0 -0
  150. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_add_material_thumb.png +0 -0
  151. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_create_tabulated_file_thumb.png +0 -0
  152. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_download_yml_file_thumb.png +0 -0
  153. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_get_values_thumb.png +0 -0
  154. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_bk7_thumb.png +0 -0
  155. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_sellmeier_0_thumb.png +0 -0
  156. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_sellmeier_1_thumb.png +0 -0
  157. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_sf5_thumb.png +0 -0
  158. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_silica_thumb.png +0 -0
  159. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_silver_thumb.png +0 -0
  160. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/images/thumb/sphx_glr_plot_water_thumb.png +0 -0
  161. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/index.rst +0 -0
  162. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_0.ipynb +0 -0
  163. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_0.py +0 -0
  164. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_0.py.md5 +0 -0
  165. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_0.rst +0 -0
  166. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_0_codeobj.pickle +0 -0
  167. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_1.ipynb +0 -0
  168. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_1.py +0 -0
  169. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_1.py.md5 +0 -0
  170. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_1.rst +0 -0
  171. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/gallery/plot_sellmeier_1_codeobj.pickle +0 -0
  172. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/index.rst +0 -0
  173. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/docs/source/references.rst +0 -0
  174. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/setup.cfg +0 -0
  175. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/tests/__init__.py +0 -0
  176. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/tests/test_sellmeier.py +0 -0
  177. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/tests/test_tabulated.py +0 -0
  178. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/tests/test_usual_material.py +0 -0
  179. {pyoptik-1.6.0.post0 → pyoptik-1.6.3.post0}/tests/test_utils.py +0 -0
@@ -0,0 +1,34 @@
1
+ name: Deploy Conda Package
2
+
3
+ on:
4
+ push:
5
+ branches: [ "master" ]
6
+ tags:
7
+ - '*'
8
+ pull_request:
9
+ branches: [ "master" ]
10
+
11
+ jobs:
12
+ build_and_publish_conda_package:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout Repository
16
+ uses: actions/checkout@v4
17
+
18
+ - name: Set up Miniconda
19
+ uses: conda-incubator/setup-miniconda@v2
20
+ with:
21
+ channels: conda-forge
22
+ python-version: '3.11'
23
+
24
+ - name: Upload to Anaconda (if tag)
25
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
26
+ run: |
27
+ conda config --set anaconda_upload true
28
+
29
+ - name: Create Conda Environment and Install Dependencies
30
+ env:
31
+ ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} # Ensure the Anaconda token is set
32
+ run: |
33
+ conda install conda-build anaconda-client conda-verify -y
34
+ conda build .
@@ -29,7 +29,7 @@ jobs:
29
29
  shell: bash
30
30
  run: |
31
31
  sudo apt-get update
32
- sudo apt-get install libgl1-mesa-glx xvfb
32
+ sudo apt-get install xvfb
33
33
 
34
34
  - name: "Checkout requirements and files for testing"
35
35
  uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
28
28
  shell: bash
29
29
  run: |
30
30
  sudo apt-get update
31
- sudo apt-get install libgl1-mesa-glx xvfb
31
+ sudo apt-get install xvfb
32
32
 
33
33
  - name: "Checkout requirements and files for testing"
34
34
  uses: actions/checkout@v4
@@ -42,16 +42,19 @@ jobs:
42
42
  python -m build --wheel
43
43
  python -m pip install .[documentation]
44
44
 
45
- - name: "Build: documentation"
46
- shell: bash
45
+ - name: Install dependencies
46
+ run: |
47
+ pip install sphinx sphinx_rtd_theme myst_parser
48
+
49
+ - name: Sphinx build
47
50
  run: |
48
- make -C docs html
51
+ sphinx-build docs/source _build
49
52
 
50
- - name: "Upload: GitHub Pages"
53
+ - name: Deploy to GitHub Pages
54
+ uses: peaceiris/actions-gh-pages@v3
51
55
  if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
52
- uses: crazy-max/ghaction-github-pages@v3
53
56
  with:
54
- target_branch: gh-pages
55
- build_dir: docs/build/html
56
- env:
57
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+ publish_branch: gh-pages
58
+ github_token: ${{ secrets.GITHUB_TOKEN }}
59
+ publish_dir: _build/
60
+ force_orphan: true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyOptik
3
- Version: 1.6.0.post0
3
+ Version: 1.6.3.post0
4
4
  Summary: A package for refractive index values.
5
5
  Author-email: Martin Poinsinet de Sivry-Houle <martin.poinsinet.de.sivry@gmail.com>
6
6
  License: MIT License
@@ -39,7 +39,8 @@ License-File: LICENSE
39
39
  Requires-Dist: pydantic>=2.6.3
40
40
  Requires-Dist: numpy
41
41
  Requires-Dist: scipy
42
- Requires-Dist: MPSTools
42
+ Requires-Dist: pyyaml
43
+ Requires-Dist: MPSPlots
43
44
  Requires-Dist: tabulate
44
45
  Provides-Extra: testing
45
46
  Requires-Dist: pytest>=0.6; extra == "testing"
@@ -63,7 +64,22 @@ PyOptik is a powerful Python tool designed to import refractive indexes and exti
63
64
 
64
65
  |Logo|
65
66
 
66
- |python| |docs| |PyPi| |PyPi_download| |coverage|
67
+ .. list-table::
68
+ :widths: 10 25 25 25
69
+ :header-rows: 1
70
+
71
+ * - Testing
72
+ -
73
+ - |coverage|
74
+ -
75
+ * - Package
76
+ - |PyPi|
77
+ - |PyPi_download|
78
+ - |anaconda|
79
+ * - Meta
80
+ - |python|
81
+ - |docs|
82
+ -
67
83
 
68
84
  Features
69
85
  ********
@@ -75,11 +91,12 @@ Features
75
91
  Installation
76
92
  ************
77
93
 
78
- To install PyOptik, simply use pip:
94
+ To install PyOptik, simply use `pip` or `conda`:
79
95
 
80
96
  .. code:: bash
81
97
 
82
- pip install pyoptik
98
+ pip install PyOptik
99
+ conda install pyoptik
83
100
 
84
101
  Usage
85
102
  *****
@@ -179,7 +196,7 @@ As of 2024, PyOptik is still under development. If you would like to collaborate
179
196
  .. |example_bk7| image:: https://github.com/MartinPdeS/PyOptik/blob/master/docs/images/example_bk7.png
180
197
 
181
198
  .. |docs| image:: https://github.com/martinpdes/pyoptik/actions/workflows/deploy_documentation.yml/badge.svg
182
- :target: https://pyoptik.readthedocs.io/en/latest/code.html
199
+ :target: https://martinpdes.github.io/PyOptik/
183
200
  :alt: Documentation Status
184
201
 
185
202
  .. |PyPi| image:: https://badge.fury.io/py/pyoptik.svg
@@ -191,3 +208,6 @@ As of 2024, PyOptik is still under development. If you would like to collaborate
191
208
  .. |coverage| image:: https://raw.githubusercontent.com/MartinPdeS/PyOptik/python-coverage-comment-action-data/badge.svg
192
209
  :alt: Unittest coverage
193
210
  :target: https://htmlpreview.github.io/?https://github.com/MartinPdeS/PyOptik/blob/python-coverage-comment-action-data/htmlcov/index.html
211
+
212
+ .. |anaconda| image:: https://anaconda.org/martinpdes/pyoptik/badges/version.svg
213
+ :target: https://anaconda.org/martinpdes/pyoptik
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.6.0.post0'
16
- __version_tuple__ = version_tuple = (1, 6, 0)
15
+ __version__ = version = '1.6.3.post0'
16
+ __version_tuple__ = version_tuple = (1, 6, 3)
@@ -2,6 +2,7 @@
2
2
  # -*- coding: utf-8 -*-
3
3
 
4
4
  from typing import Union
5
+ from dataclasses import dataclass
5
6
  from PyOptik.sellmeier_class import SellmeierMaterial
6
7
  from PyOptik.tabulated_class import TabulatedMaterial
7
8
  from PyOptik import data
@@ -15,6 +16,7 @@ class staticproperty(property):
15
16
  def __get__(self, owner_self, owner_cls):
16
17
  return self.fget()
17
18
 
19
+ @dataclass(unsafe_hash=True)
18
20
  class Material:
19
21
  """
20
22
  A class representing common materials available in the PyOptik library.
@@ -12,7 +12,7 @@ import warnings
12
12
  from PyOptik.base_class import BaseMaterial
13
13
  from MPSPlots.styles import mps
14
14
 
15
- @dataclass
15
+ @dataclass(unsafe_hash=True)
16
16
  class SellmeierMaterial(BaseMaterial):
17
17
  filename: str
18
18
  coefficients: numpy.ndarray = field(init=False)
@@ -20,6 +20,12 @@ class SellmeierMaterial(BaseMaterial):
20
20
  reference: Optional[str] = field(init=False)
21
21
  formula_type: int = field(init=False)
22
22
 
23
+ def __repr__(self) -> str:
24
+ return self.__str__()
25
+
26
+ def __str__(self) -> str:
27
+ return self.filename
28
+
23
29
  def __post_init__(self) -> None:
24
30
  """
25
31
  Post-initialization method to load coefficients, wavelength range, formula type, and reference from a YAML file.
@@ -12,7 +12,7 @@ from PyOptik.base_class import BaseMaterial
12
12
  from MPSPlots.styles import mps
13
13
  import matplotlib.pyplot as plt
14
14
 
15
- @dataclass
15
+ @dataclass(unsafe_hash=True)
16
16
  class TabulatedMaterial(BaseMaterial):
17
17
  filename: str
18
18
  wavelength: numpy.ndarray = field(init=False)
@@ -20,6 +20,12 @@ class TabulatedMaterial(BaseMaterial):
20
20
  k_values: numpy.ndarray = field(init=False)
21
21
  reference: Optional[str] = field(init=False)
22
22
 
23
+ def __repr__(self) -> str:
24
+ return self.__str__()
25
+
26
+ def __str__(self) -> str:
27
+ return self.filename
28
+
23
29
  def __post_init__(self) -> None:
24
30
  """
25
31
  Post-initialization method to load the tabulated data from the YAML file.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyOptik
3
- Version: 1.6.0.post0
3
+ Version: 1.6.3.post0
4
4
  Summary: A package for refractive index values.
5
5
  Author-email: Martin Poinsinet de Sivry-Houle <martin.poinsinet.de.sivry@gmail.com>
6
6
  License: MIT License
@@ -39,7 +39,8 @@ License-File: LICENSE
39
39
  Requires-Dist: pydantic>=2.6.3
40
40
  Requires-Dist: numpy
41
41
  Requires-Dist: scipy
42
- Requires-Dist: MPSTools
42
+ Requires-Dist: pyyaml
43
+ Requires-Dist: MPSPlots
43
44
  Requires-Dist: tabulate
44
45
  Provides-Extra: testing
45
46
  Requires-Dist: pytest>=0.6; extra == "testing"
@@ -63,7 +64,22 @@ PyOptik is a powerful Python tool designed to import refractive indexes and exti
63
64
 
64
65
  |Logo|
65
66
 
66
- |python| |docs| |PyPi| |PyPi_download| |coverage|
67
+ .. list-table::
68
+ :widths: 10 25 25 25
69
+ :header-rows: 1
70
+
71
+ * - Testing
72
+ -
73
+ - |coverage|
74
+ -
75
+ * - Package
76
+ - |PyPi|
77
+ - |PyPi_download|
78
+ - |anaconda|
79
+ * - Meta
80
+ - |python|
81
+ - |docs|
82
+ -
67
83
 
68
84
  Features
69
85
  ********
@@ -75,11 +91,12 @@ Features
75
91
  Installation
76
92
  ************
77
93
 
78
- To install PyOptik, simply use pip:
94
+ To install PyOptik, simply use `pip` or `conda`:
79
95
 
80
96
  .. code:: bash
81
97
 
82
- pip install pyoptik
98
+ pip install PyOptik
99
+ conda install pyoptik
83
100
 
84
101
  Usage
85
102
  *****
@@ -179,7 +196,7 @@ As of 2024, PyOptik is still under development. If you would like to collaborate
179
196
  .. |example_bk7| image:: https://github.com/MartinPdeS/PyOptik/blob/master/docs/images/example_bk7.png
180
197
 
181
198
  .. |docs| image:: https://github.com/martinpdes/pyoptik/actions/workflows/deploy_documentation.yml/badge.svg
182
- :target: https://pyoptik.readthedocs.io/en/latest/code.html
199
+ :target: https://martinpdes.github.io/PyOptik/
183
200
  :alt: Documentation Status
184
201
 
185
202
  .. |PyPi| image:: https://badge.fury.io/py/pyoptik.svg
@@ -191,3 +208,6 @@ As of 2024, PyOptik is still under development. If you would like to collaborate
191
208
  .. |coverage| image:: https://raw.githubusercontent.com/MartinPdeS/PyOptik/python-coverage-comment-action-data/badge.svg
192
209
  :alt: Unittest coverage
193
210
  :target: https://htmlpreview.github.io/?https://github.com/MartinPdeS/PyOptik/blob/python-coverage-comment-action-data/htmlcov/index.html
211
+
212
+ .. |anaconda| image:: https://anaconda.org/martinpdes/pyoptik/badges/version.svg
213
+ :target: https://anaconda.org/martinpdes/pyoptik
@@ -2,8 +2,10 @@
2
2
  .readthedocs.yml
3
3
  LICENSE
4
4
  README.rst
5
+ meta.yaml
5
6
  pyproject.toml
6
7
  .github/dependabot.yml
8
+ .github/workflows/deploy_anaconda.yml
7
9
  .github/workflows/deploy_coverage.yml
8
10
  .github/workflows/deploy_documentation.yml
9
11
  .github/workflows/deploy_workflow.yml
@@ -1,7 +1,8 @@
1
1
  pydantic>=2.6.3
2
2
  numpy
3
3
  scipy
4
- MPSTools
4
+ pyyaml
5
+ MPSPlots
5
6
  tabulate
6
7
 
7
8
  [documentation]
@@ -5,7 +5,22 @@ PyOptik is a powerful Python tool designed to import refractive indexes and exti
5
5
 
6
6
  |Logo|
7
7
 
8
- |python| |docs| |PyPi| |PyPi_download| |coverage|
8
+ .. list-table::
9
+ :widths: 10 25 25 25
10
+ :header-rows: 1
11
+
12
+ * - Testing
13
+ -
14
+ - |coverage|
15
+ -
16
+ * - Package
17
+ - |PyPi|
18
+ - |PyPi_download|
19
+ - |anaconda|
20
+ * - Meta
21
+ - |python|
22
+ - |docs|
23
+ -
9
24
 
10
25
  Features
11
26
  ********
@@ -17,11 +32,12 @@ Features
17
32
  Installation
18
33
  ************
19
34
 
20
- To install PyOptik, simply use pip:
35
+ To install PyOptik, simply use `pip` or `conda`:
21
36
 
22
37
  .. code:: bash
23
38
 
24
- pip install pyoptik
39
+ pip install PyOptik
40
+ conda install pyoptik
25
41
 
26
42
  Usage
27
43
  *****
@@ -121,7 +137,7 @@ As of 2024, PyOptik is still under development. If you would like to collaborate
121
137
  .. |example_bk7| image:: https://github.com/MartinPdeS/PyOptik/blob/master/docs/images/example_bk7.png
122
138
 
123
139
  .. |docs| image:: https://github.com/martinpdes/pyoptik/actions/workflows/deploy_documentation.yml/badge.svg
124
- :target: https://pyoptik.readthedocs.io/en/latest/code.html
140
+ :target: https://martinpdes.github.io/PyOptik/
125
141
  :alt: Documentation Status
126
142
 
127
143
  .. |PyPi| image:: https://badge.fury.io/py/pyoptik.svg
@@ -133,3 +149,6 @@ As of 2024, PyOptik is still under development. If you would like to collaborate
133
149
  .. |coverage| image:: https://raw.githubusercontent.com/MartinPdeS/PyOptik/python-coverage-comment-action-data/badge.svg
134
150
  :alt: Unittest coverage
135
151
  :target: https://htmlpreview.github.io/?https://github.com/MartinPdeS/PyOptik/blob/python-coverage-comment-action-data/htmlcov/index.html
152
+
153
+ .. |anaconda| image:: https://anaconda.org/martinpdes/pyoptik/badges/version.svg
154
+ :target: https://anaconda.org/martinpdes/pyoptik
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "outputs": [],
17
17
  "source": [
18
- "from PyOptik.utils import create_sellmeier_file\nfrom PyOptik.directories import sellmeier_data_path\nfrom PyOptik import SellmeierMaterial\n\n# Define the file properties\nfilename = 'example_sellmeier'\ncoefficients = [1.0, 0.5, 0.2, 0.1, 0.05]\nformula_type = 1\n\n# Call the function to create the file\ncreate_sellmeier_file(\n filename=filename,\n coefficients=coefficients,\n formula_type=formula_type,\n wavelength_range=(0.2, 2.0),\n reference=\"Sample Reference\",\n comments=\"This is a sample Sellmeier file created for demonstration purposes.\"\n)\n\nprint(f\"Sellmeier YAML file {filename}.yml has been created in {sellmeier_data_path}\")\n\nm = SellmeierMaterial('example_download')\n\nm.plot()"
18
+ "from PyOptik.utils import create_sellmeier_file\nfrom PyOptik.directories import sellmeier_data_path\nfrom PyOptik import SellmeierMaterial\n\n# Define the file properties\nfilename = 'example_sellmeier'\ncoefficients = [1.0, 0.5, 0.2, 0.1, 0.05]\nformula_type = 1\n\n# Call the function to create the file\ncreate_sellmeier_file(\n filename=filename,\n coefficients=coefficients,\n formula_type=formula_type,\n wavelength_range=(0.2, 2.0),\n reference=\"Sample Reference\",\n comments=\"This is a sample Sellmeier file created for demonstration purposes. \"\n)\n\nprint(f\"Sellmeier YAML file {filename}.yml has been created in {sellmeier_data_path}\")\n\nm = SellmeierMaterial(filename)\n\nm.plot()"
19
19
  ]
20
20
  }
21
21
  ],
@@ -22,11 +22,11 @@ create_sellmeier_file(
22
22
  formula_type=formula_type,
23
23
  wavelength_range=(0.2, 2.0),
24
24
  reference="Sample Reference",
25
- comments="This is a sample Sellmeier file created for demonstration purposes."
25
+ comments="This is a sample Sellmeier file created for demonstration purposes. "
26
26
  )
27
27
 
28
28
  print(f"Sellmeier YAML file {filename}.yml has been created in {sellmeier_data_path}")
29
29
 
30
- m = SellmeierMaterial('example_download')
30
+ m = SellmeierMaterial(filename)
31
31
 
32
32
  m.plot()
@@ -0,0 +1 @@
1
+ c2d99c841171626064930a1bf9572c7a
@@ -40,6 +40,10 @@ This example demonstrates how to create a custom Sellmeier YAML file using the
40
40
 
41
41
  Sellmeier data saved to /Users/martinpdes/Desktop/GitProject/PyOptik/PyOptik/data/sellmeier/example_sellmeier.yml
42
42
  Sellmeier YAML file example_sellmeier.yml has been created in /Users/martinpdes/Desktop/GitProject/PyOptik/PyOptik/data/sellmeier
43
+ /Users/martinpdes/Desktop/GitProject/PyOptik/PyOptik/sellmeier_class.py:70: UserWarning: Wavelength 0.19999999999999998 µm is outside the allowable range of 0.2 µm to 2.0 µm. [example_sellmeier]
44
+ warnings.warn(f"Wavelength {lambda_um} µm is outside the allowable range of {min_value} µm to {max_value} µm. [{self.filename}]")
45
+ /Users/martinpdes/Desktop/GitProject/PyOptik/PyOptik/sellmeier_class.py:104: RuntimeWarning: invalid value encountered in sqrt
46
+ n = numpy.sqrt(n_squared)
43
47
 
44
48
 
45
49
 
@@ -67,19 +71,19 @@ This example demonstrates how to create a custom Sellmeier YAML file using the
67
71
  formula_type=formula_type,
68
72
  wavelength_range=(0.2, 2.0),
69
73
  reference="Sample Reference",
70
- comments="This is a sample Sellmeier file created for demonstration purposes."
74
+ comments="This is a sample Sellmeier file created for demonstration purposes. "
71
75
  )
72
76
 
73
77
  print(f"Sellmeier YAML file {filename}.yml has been created in {sellmeier_data_path}")
74
78
 
75
- m = SellmeierMaterial('example_download')
79
+ m = SellmeierMaterial(filename)
76
80
 
77
81
  m.plot()
78
82
 
79
83
 
80
84
  .. rst-class:: sphx-glr-timing
81
85
 
82
- **Total running time of the script:** (0 minutes 0.146 seconds)
86
+ **Total running time of the script:** (0 minutes 0.165 seconds)
83
87
 
84
88
 
85
89
  .. _sphx_glr_download_gallery_create_sellmeier_file.py:
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "outputs": [],
17
17
  "source": [
18
- "from PyOptik.utils import create_tabulated_file\nfrom PyOptik.directories import tabulated_data_path\nfrom PyOptik import TabulatedMaterial\n\n# Define the tabulated data (wavelength in micrometers, n, k)\ntabulated_data = [\n (0.1879, 0.94, 1.337),\n (0.1916, 0.95, 1.388),\n (0.1953, 0.97, 1.440),\n (0.1993, 0.98, 1.493),\n (0.2033, 0.99, 1.550),\n]\n\n# Define the file properties\nfilename = 'example_tabulated'\nreference = \"Example Reference for Tabulated Data\"\ncomments = \"This file contains sample tabulated data for demonstration purposes.\"\n\n# Call the function to create the file\ncreate_tabulated_file(\n filename=filename,\n data=tabulated_data,\n reference=reference,\n comments=comments\n)\n\nprint(f\"Tabulated YAML file {filename}.yml has been created in {tabulated_data_path}\")\n\nm = TabulatedMaterial('example_tabulated')\n\nm.plot()"
18
+ "from PyOptik.utils import create_tabulated_file\nfrom PyOptik.directories import tabulated_data_path\nfrom PyOptik import TabulatedMaterial\n\n# Define the tabulated data (wavelength in micrometers, n, k)\ntabulated_data = [\n (0.1879, 0.94, 1.337),\n (0.1916, 0.95, 1.388),\n (0.1953, 0.97, 1.440),\n (0.1993, 0.98, 1.493),\n (0.2033, 0.99, 1.550),\n]\n\n# Define the file properties\nfilename = 'example_tabulated'\nreference = \"Example Reference for Tabulated Data\"\ncomments = \"This file contains sample tabulated data for demonstration purposes. \"\n\n# Call the function to create the file\ncreate_tabulated_file(\n filename=filename,\n data=tabulated_data,\n reference=reference,\n comments=comments\n)\n\nprint(f\"Tabulated YAML file {filename}.yml has been created in {tabulated_data_path}\")\n\nm = TabulatedMaterial(filename)\n\nm.plot()"
19
19
  ]
20
20
  }
21
21
  ],
@@ -22,7 +22,7 @@ tabulated_data = [
22
22
  # Define the file properties
23
23
  filename = 'example_tabulated'
24
24
  reference = "Example Reference for Tabulated Data"
25
- comments = "This file contains sample tabulated data for demonstration purposes."
25
+ comments = "This file contains sample tabulated data for demonstration purposes. "
26
26
 
27
27
  # Call the function to create the file
28
28
  create_tabulated_file(
@@ -34,6 +34,6 @@ create_tabulated_file(
34
34
 
35
35
  print(f"Tabulated YAML file {filename}.yml has been created in {tabulated_data_path}")
36
36
 
37
- m = TabulatedMaterial('example_tabulated')
37
+ m = TabulatedMaterial(filename)
38
38
 
39
39
  m.plot()
@@ -0,0 +1 @@
1
+ 4a0ef6e1d962526bc360d253b71c2069
@@ -67,7 +67,7 @@ This example demonstrates how to create a custom YAML file containing tabulated
67
67
  # Define the file properties
68
68
  filename = 'example_tabulated'
69
69
  reference = "Example Reference for Tabulated Data"
70
- comments = "This file contains sample tabulated data for demonstration purposes."
70
+ comments = "This file contains sample tabulated data for demonstration purposes. "
71
71
 
72
72
  # Call the function to create the file
73
73
  create_tabulated_file(
@@ -79,14 +79,14 @@ This example demonstrates how to create a custom YAML file containing tabulated
79
79
 
80
80
  print(f"Tabulated YAML file {filename}.yml has been created in {tabulated_data_path}")
81
81
 
82
- m = TabulatedMaterial('example_tabulated')
82
+ m = TabulatedMaterial(filename)
83
83
 
84
84
  m.plot()
85
85
 
86
86
 
87
87
  .. rst-class:: sphx-glr-timing
88
88
 
89
- **Total running time of the script:** (0 minutes 0.135 seconds)
89
+ **Total running time of the script:** (0 minutes 0.134 seconds)
90
90
 
91
91
 
92
92
  .. _sphx_glr_download_gallery_create_tabulated_file.py:
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "outputs": [],
17
17
  "source": [
18
- "import numpy\nfrom PyOptik import UsualMaterial\n\n# Initialize the material with the Sellmeier model\nmaterial = UsualMaterial.get('BK7')\n\n# Calculate refractive index at specific wavelengths\nRI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])\n\n# Display calculated refractive indices at sample wavelengths\nmaterial.plot(\n wavelength=numpy.linspace(300e-9, 1500e-9, 300)\n)"
18
+ "import numpy\nfrom PyOptik import Material\n\n# Initialize the material with the Sellmeier model\nmaterial = Material.BK7\n\n# Calculate refractive index at specific wavelengths\nRI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])\n\n# Display calculated refractive indices at sample wavelengths\nmaterial.plot(\n wavelength=numpy.linspace(300e-9, 1500e-9, 300)\n)"
19
19
  ]
20
20
  }
21
21
  ],
@@ -7,10 +7,10 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
7
7
  """
8
8
 
9
9
  import numpy
10
- from PyOptik import UsualMaterial
10
+ from PyOptik import Material
11
11
 
12
12
  # Initialize the material with the Sellmeier model
13
- material = UsualMaterial.get('BK7')
13
+ material = Material.BK7
14
14
 
15
15
  # Calculate refractive index at specific wavelengths
16
16
  RI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])
@@ -0,0 +1 @@
1
+ 2099847e1a79f849101ef3d50c1c7882
@@ -40,10 +40,10 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
40
40
 
41
41
 
42
42
  import numpy
43
- from PyOptik import UsualMaterial
43
+ from PyOptik import Material
44
44
 
45
45
  # Initialize the material with the Sellmeier model
46
- material = UsualMaterial.get('BK7')
46
+ material = Material.BK7
47
47
 
48
48
  # Calculate refractive index at specific wavelengths
49
49
  RI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])
@@ -55,7 +55,7 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
55
55
 
56
56
  .. rst-class:: sphx-glr-timing
57
57
 
58
- **Total running time of the script:** (0 minutes 0.118 seconds)
58
+ **Total running time of the script:** (0 minutes 0.098 seconds)
59
59
 
60
60
 
61
61
  .. _sphx_glr_download_gallery_plot_bk7.py:
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "outputs": [],
17
17
  "source": [
18
- "import numpy\nfrom PyOptik import UsualMaterial\n\n# Initialize the material with the Sellmeier model\nmaterial = UsualMaterial.get('SF5')\n\n# Calculate refractive index at specific wavelengths\nRI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])\n\n# Display calculated refractive indices at sample wavelengths\nmaterial.plot(\n wavelength=numpy.linspace(400e-9, 1500e-9, 300)\n)"
18
+ "import numpy\nfrom PyOptik import Material\n\n# Initialize the material with the Sellmeier model\nmaterial = Material.SF5\n\n# Calculate refractive index at specific wavelengths\nRI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])\n\n# Display calculated refractive indices at sample wavelengths\nmaterial.plot(\n wavelength=numpy.linspace(400e-9, 1500e-9, 300)\n)"
19
19
  ]
20
20
  }
21
21
  ],
@@ -7,10 +7,10 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
7
7
  """
8
8
 
9
9
  import numpy
10
- from PyOptik import UsualMaterial
10
+ from PyOptik import Material
11
11
 
12
12
  # Initialize the material with the Sellmeier model
13
- material = UsualMaterial.get('SF5')
13
+ material = Material.SF5
14
14
 
15
15
  # Calculate refractive index at specific wavelengths
16
16
  RI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])
@@ -0,0 +1 @@
1
+ e7d07cb7b88abc68d4b21a5d0e3596e7
@@ -40,10 +40,10 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
40
40
 
41
41
 
42
42
  import numpy
43
- from PyOptik import UsualMaterial
43
+ from PyOptik import Material
44
44
 
45
45
  # Initialize the material with the Sellmeier model
46
- material = UsualMaterial.get('SF5')
46
+ material = Material.SF5
47
47
 
48
48
  # Calculate refractive index at specific wavelengths
49
49
  RI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])
@@ -56,7 +56,7 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
56
56
 
57
57
  .. rst-class:: sphx-glr-timing
58
58
 
59
- **Total running time of the script:** (0 minutes 0.117 seconds)
59
+ **Total running time of the script:** (0 minutes 0.105 seconds)
60
60
 
61
61
 
62
62
  .. _sphx_glr_download_gallery_plot_sf5.py:
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "outputs": [],
17
17
  "source": [
18
- "import numpy\nfrom PyOptik import UsualMaterial\n\n# Initialize the material with the Sellmeier model\nmaterial = UsualMaterial.fused_silica\n\n# Calculate refractive index at specific wavelengths\nRI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])\n\n# Display calculated refractive indices at sample wavelengths\nmaterial.plot(\n wavelength=numpy.linspace(500e-9, 1500e-9, 300)\n)"
18
+ "import numpy\nfrom PyOptik import Material\n\n# Initialize the material with the Sellmeier model\nmaterial = Material.fused_silica\n\n# Calculate refractive index at specific wavelengths\nRI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])\n\n# Display calculated refractive indices at sample wavelengths\nmaterial.plot(\n wavelength=numpy.linspace(500e-9, 1500e-9, 300)\n)"
19
19
  ]
20
20
  }
21
21
  ],
@@ -7,10 +7,10 @@ This module demonstrates the usage of the PyOptik library to calculate and plot
7
7
  """
8
8
 
9
9
  import numpy
10
- from PyOptik import UsualMaterial
10
+ from PyOptik import Material
11
11
 
12
12
  # Initialize the material with the Sellmeier model
13
- material = UsualMaterial.fused_silica
13
+ material = Material.fused_silica
14
14
 
15
15
  # Calculate refractive index at specific wavelengths
16
16
  RI = material.compute_refractive_index(wavelength=[1310e-9, 1550e-9])
@@ -0,0 +1 @@
1
+ bf94ad216bacb6d797b03faa5410c0cf