ViennaPS 3.3.0__cp310-cp310-win_amd64.whl → 4.0.1__cp310-cp310-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.

Potentially problematic release.


This version of ViennaPS might be problematic. Click here for more details.

Files changed (67) hide show
  1. viennaps/__init__.py +126 -0
  2. viennaps/__init__.pyi +241 -0
  3. viennaps/_core/__init__.pyi +1145 -0
  4. viennaps/_core/constants.pyi +46 -0
  5. viennaps/_core/gpu.pyi +74 -0
  6. viennaps/_core/util.pyi +13 -0
  7. viennaps/_core.cp310-win_amd64.pyd +0 -0
  8. viennaps/d2/__init__.pyi +1438 -0
  9. viennaps/d2/gpu.pyi +90 -0
  10. viennaps/d3/__init__.pyi +1443 -0
  11. viennaps/d3/gpu.pyi +90 -0
  12. viennaps-4.0.1.dist-info/METADATA +314 -0
  13. viennaps-4.0.1.dist-info/RECORD +55 -0
  14. {viennaps-3.3.0.dist-info → viennaps-4.0.1.dist-info}/WHEEL +1 -1
  15. {viennaps-3.3.0.dist-info → viennaps-4.0.1.dist-info}/licenses/LICENSE +1 -6
  16. viennaps.libs/embree4.dll +0 -0
  17. viennaps.libs/embree4.exp +0 -0
  18. viennaps.libs/embree4.lib +0 -0
  19. viennaps.libs/embree_avx.lib +0 -0
  20. viennaps.libs/embree_avx2.lib +0 -0
  21. viennaps.libs/embree_sse42.lib +0 -0
  22. viennaps.libs/lexers.lib +0 -0
  23. viennaps.libs/math.lib +0 -0
  24. viennaps.libs/simd.lib +0 -0
  25. viennaps.libs/sys.lib +0 -0
  26. viennaps.libs/tasking.lib +0 -0
  27. viennaps.libs/tbb12.dll +0 -0
  28. viennaps.libs/tbb12.exp +0 -0
  29. viennaps.libs/tbb12.lib +0 -0
  30. viennaps.libs/vtkCommonComputationalGeometry-9.3.dll +0 -0
  31. viennaps.libs/vtkCommonCore-9.3.dll +0 -0
  32. viennaps.libs/vtkCommonDataModel-9.3.dll +0 -0
  33. viennaps.libs/vtkCommonExecutionModel-9.3.dll +0 -0
  34. viennaps.libs/vtkCommonMath-9.3.dll +0 -0
  35. viennaps.libs/vtkCommonMisc-9.3.dll +0 -0
  36. viennaps.libs/vtkCommonSystem-9.3.dll +0 -0
  37. viennaps.libs/vtkCommonTransforms-9.3.dll +0 -0
  38. viennaps.libs/vtkFiltersCore-9.3.dll +0 -0
  39. viennaps.libs/vtkFiltersGeneral-9.3.dll +0 -0
  40. viennaps.libs/vtkFiltersGeometry-9.3.dll +0 -0
  41. viennaps.libs/vtkFiltersVerdict-9.3.dll +0 -0
  42. viennaps.libs/vtkIOCore-9.3.dll +0 -0
  43. viennaps.libs/vtkIOXML-9.3.dll +0 -0
  44. viennaps.libs/vtkIOXMLParser-9.3.dll +0 -0
  45. viennaps.libs/vtkdoubleconversion-9.3.dll +0 -0
  46. viennaps.libs/vtkexpat-9.3.dll +0 -0
  47. viennaps.libs/vtkfmt-9.3.dll +0 -0
  48. viennaps.libs/vtkkissfft-9.3.dll +0 -0
  49. viennaps.libs/vtkloguru-9.3.dll +0 -0
  50. viennaps.libs/vtklz4-9.3.dll +0 -0
  51. viennaps.libs/vtklzma-9.3.dll +0 -0
  52. viennaps.libs/vtkpugixml-9.3.dll +0 -0
  53. viennaps.libs/vtksys-9.3.dll +0 -0
  54. viennaps.libs/vtkverdict-9.3.dll +0 -0
  55. viennaps.libs/vtkzlib-9.3.dll +0 -0
  56. viennaps-3.3.0.dist-info/METADATA +0 -275
  57. viennaps-3.3.0.dist-info/RECORD +0 -54
  58. viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd +0 -0
  59. viennaps2d/__init__.py +0 -67
  60. viennaps2d/__init__.pyi +0 -3
  61. viennaps2d/viennaps2d.cp310-win_amd64.pyd +0 -0
  62. viennaps2d/viennaps2d.pyi +0 -1009
  63. viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd +0 -0
  64. viennaps3d/__init__.py +0 -67
  65. viennaps3d/__init__.pyi +0 -3
  66. viennaps3d/viennaps3d.cp310-win_amd64.pyd +0 -0
  67. viennaps3d/viennaps3d.pyi +0 -966
@@ -1,275 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: ViennaPS
3
- Version: 3.3.0
4
- Summary: Semiconductor fabrication process simulation library
5
- License: Parts of the code (located in the 'external/' subfolder) have different
6
- licenses. The individual licenses apply for this specific part. Please consult
7
- the respective LICENSE files.
8
-
9
-
10
- Copyright (c) 2015 Institute for Microelectronics, TU Wien.
11
-
12
- Permission is hereby granted, free of charge, to any person obtaining a copy
13
- of this software and associated documentation files (the "Software"), to deal
14
- in the Software without restriction, including without limitation the rights
15
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16
- copies of the Software, and to permit persons to whom the Software is
17
- furnished to do so, subject to the following conditions:
18
-
19
- The above copyright notice and this permission notice shall be included in
20
- all copies or substantial portions of the Software.
21
-
22
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
- THE SOFTWARE.
29
- Project-URL: Homepage, https://viennatools.github.io/ViennaPS/
30
- Project-URL: Documentation, https://viennatools.github.io/ViennaPS/
31
- Project-URL: Repository, https://github.com/ViennaTools/ViennaPS
32
- Project-URL: Issues, https://github.com/ViennaTools/ViennaPS/issues
33
- Requires-Dist: ViennaLS>=4.2.1
34
- Description-Content-Type: text/markdown
35
-
36
- <div align="center">
37
-
38
- ![](assets/logo.png)
39
-
40
- <h1>ViennaPS - Process Simulation Library</h1>
41
-
42
- [![🐍 Build Bindings](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml/badge.svg)](https://github.com/ViennaTools/ViennaPS/actions/workflows/python.yml)
43
- [![🧪 Run Tests](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml/badge.svg)](https://github.com/ViennaTools/ViennaPS/actions/workflows/build.yml)
44
-
45
- </div>
46
-
47
- ViennaPS is a header-only C++ process simulation library, which includes surface and volume representations, a ray tracer, and physical models for the simulation of microelectronic fabrication processes. This library seamlessly integrates advanced level-set functionalities with top-down Monte Carlo flux calculations, powered by state-of-the-art ray tracing techniques. This combination brings a new level of accuracy and efficiency to process simulations, empowering engineers and researchers to model complex systems.
48
-
49
- > [!NOTE]
50
- > ViennaPS is under heavy development and improved daily. If you do have suggestions or find bugs, please let us know!
51
-
52
- ## Releases
53
- Releases are tagged on the master branch and available in the [releases section](https://github.com/ViennaTools/ViennaPS/releases).
54
-
55
- ## Building
56
-
57
- ### Supported Operating Systems
58
-
59
- * Linux (g++ / clang)
60
-
61
- * macOS (XCode)
62
-
63
- * Windows (Visual Studio)
64
-
65
- ### System Requirements
66
-
67
- * C++17 Compiler with OpenMP support
68
-
69
- ### Dependencies (installed automatically)
70
-
71
- * [ViennaCore](https://github.com/ViennaTools/viennacore) >= 1.2.0
72
-
73
- * [ViennaLS](https://github.com/ViennaTools/viennals) >= 4.2.1
74
- * [ViennaHRLE](https://github.com/ViennaTools/viennahrle) >= 0.5.0
75
- * [VTK](https://vtk.org/) >= 9.0.0
76
-
77
- * [ViennaRay](https://github.com/ViennaTools/viennaray) >= 3.1.4
78
- * [Embree](https://www.embree.org/) >= 4.0.0
79
-
80
- * [ViennaCS](https://github.com/ViennaTools/viennacs) >= 1.0.0
81
-
82
- * [pybind11](https://github.com/pybind/pybind11) >= 2.12.0 (only for building Python libs)
83
-
84
- The CMake configuration automatically checks if the dependencies are installed.
85
- If the dependencies are not found on the system, they will be built from source. To use local installations of the dependencies, the `VIENNAPS_LOOKUP_DIRS` variable can be set to the installation path of the dependencies.
86
-
87
- ## Installing
88
-
89
- > [!NOTE]
90
- > __For more detailed installation instructions and troubleshooting tips, please refer to the ViennaPS [documentation](https://viennatools.github.io/ViennaPS/inst/).__
91
-
92
- ViennaPS operates as a header-only library, eliminating the need for a formal installation process. Nonetheless, we advise following the procedure to neatly organize and relocate all header files to a designated directory:
93
-
94
- ```bash
95
- git clone https://github.com/ViennaTools/ViennaPS.git
96
- cd ViennaPS
97
-
98
- cmake -B build && cmake --build build
99
- cmake --install build --prefix "/path/to/your/custom/install/"
100
- ```
101
-
102
- This will install the necessary headers and CMake files to the specified path. If `--prefix` is not specified, it will be installed to the standard path for your system, usually `/usr/local/` .
103
-
104
- ## Building the Python package
105
-
106
- The Python package can be built and installed using the `pip` command:
107
-
108
- ```bash
109
- git clone https://github.com/ViennaTools/ViennaPS.git
110
- cd ViennaPS
111
-
112
- pip install .
113
- ```
114
-
115
- > Some functionalities of the ViennaPS Python module only work in combination with the ViennaLS Python module. It is therefore recommended to additionally install the ViennaLS Python module on your system. Instructions to do so can be found in the [ViennaLS Git Repository](https://github.com/ViennaTools/viennals).
116
-
117
- ## Using the Python package
118
-
119
- The 2D version of the library can be imported as follows:
120
- ```python
121
- import viennaps2d as vps
122
- ```
123
-
124
- In order to switch to three dimensions, only the import needs to be changed:
125
-
126
- ```python
127
- import viennaps3d as vps
128
- ```
129
-
130
- ## Integration in CMake projects
131
-
132
- We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consume this library.
133
-
134
- * Installation with CPM
135
- ```cmake
136
- CPMAddPackage("gh:viennatools/viennaps@3.3.0")
137
- ```
138
-
139
- * With a local installation
140
- > In case you have ViennaPS installed in a custom directory, make sure to properly specify the [`CMAKE_PREFIX_PATH`](https://cmake.org/cmake/help/latest/envvar/CMAKE_PREFIX_PATH.html#envvar:CMAKE_PREFIX_PATH).
141
-
142
- ```cmake
143
- list(APPEND CMAKE_PREFIX_PATH "/your/local/installation")
144
-
145
- find_package(ViennaPS)
146
- target_link_libraries(${PROJECT_NAME} PUBLIC ViennaTools::ViennaPS)
147
- ```
148
-
149
- ## Basic Examples
150
-
151
- ### Building
152
-
153
- The examples can be built using CMake:
154
- > __Important__: Make sure all dependencies are installed and have been built previously
155
-
156
- ```bash
157
- git clone https://github.com/ViennaTools/ViennaPS.git
158
- cd ViennaPS
159
-
160
- cmake -B build -DVIENNAPS_BUILD_EXAMPLES=ON
161
- cmake --build build
162
- ```
163
-
164
- The examples can then be executed in their respective build folders with the config files, e.g.:
165
- ```bash
166
- cd examples/exampleName
167
- ./exampleName.bat config.txt # (Windows)
168
- ./exampleName config.txt # (Other)
169
- ```
170
-
171
- Individual examples can also be build by calling `make` in their respective build folder. An equivalent Python script, using the ViennaPS Python bindings, is also given for each example.
172
-
173
- ### Trench Deposition
174
-
175
- This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/trenchDeposition) focuses on a particle deposition process within a trench geometry. By default, the simulation presents a 2D representation of the trench. Nevertheless, users have the flexibility to conduct 3D simulations by adjusting the value of the constant _D_ in __trenchDeposition.cpp__ to 3. Customization of process and geometry parameters is achieved through the __config.txt__ file. The accompanying image illustrates instances of the trench deposition process, showcasing variations in the particle sticking probability _s_.
176
-
177
- <div align="center">
178
- <img src="assets/deposition.svg" width=700 style="background-color:white;">
179
- </div>
180
-
181
- ### SF<sub>6</sub>O<sub>2</sub> Hole Etching
182
-
183
- This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/holeEtching) demonstrates a hole etching process with a SF<sub>6</sub>O<sub>2</sub> plasma etching chemistry with ion bombardment. The process is controlled by various parameters, including geometry and plasma conditions, which can be adjusted in the __config.txt__ file.
184
-
185
- The image presents the results of different flux configurations, as tested in _testFluxes.py_. Each structure represents a variation in flux conditions, leading to differences in hole shape, depth, and profile characteristics. The variations highlight the influence of ion and neutral fluxes on the etching process.
186
-
187
- <div align="center">
188
- <img src="assets/sf6o2_results.png" width=700 style="background-color:white;">
189
- </div>
190
-
191
- ### Bosch Process
192
-
193
- This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/boschProcess) compares different approaches to simulating the Bosch process, a deep reactive ion etching (DRIE) technique. The three structures illustrate how different modeling methods influence the predicted etch profile.
194
-
195
- - Left: The structure generated through process emulation, which captures the characteristic scalloping effect of the Bosch process in a simplified yet effective way.
196
- - Middle: The result of a simple simulation model, which approximates the etching dynamics but may lack finer physical details.
197
- - Right: The outcome of a more physical simulation model, leading to a more realistic etch profile.
198
-
199
- This comparison highlights the trade-offs between computational efficiency and physical accuracy in DRIE simulations.
200
-
201
- <div align="center">
202
- <img src="assets/bosch_process.png" width=700 style="background-color:white;">
203
- </div>
204
-
205
-
206
- ### Anisotropic Processes
207
-
208
- In the anisotropic process model, the etch or deposition rates are dependent on the crystallographic directions of the surface. This enables the accurate modeling of intricate processes like [epitaxial growth](https://github.com/ViennaTools/ViennaPS/tree/master/examples/selectiveEpitaxy) or [anisotropic wet etching](https://github.com/ViennaTools/ViennaPS/tree/master/examples/cantileverWetEtching). Basic examples, illustrating these processes are provided with the library and shown below.
209
-
210
- <div align="center">
211
- <img src="assets/anisotropic_process.svg" width=700 style="background-color:white;">
212
- </div>
213
-
214
- ### Redeposition During Selective Etching
215
-
216
- This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/oxideRegrowth) demonstrates capturing etching byproducts and the subsequent redeposition during a selective etching process in a Si<sub>3</sub>N<sub>4</sub>/SiO<sub>2</sub> stack. The etching byproducts are captured in a cell set description of the etching plasma. To model the dynamics of these etching byproducts, a convection-diffusion equation is solved on the cell set using finite differences. The redeposition is then captured by adding up the byproducts in every step and using this information to generate a velocity field on the etched surface.
217
-
218
- <div align="center">
219
- <img src="assets/redeposition.gif" width=700 style="background-color:white;">
220
- </div>
221
-
222
- ## Tests
223
-
224
- ViennaPS uses CTest to run its tests. In order to check whether ViennaPS runs without issues on your system, you can run:
225
-
226
- ```bash
227
- git clone https://github.com/ViennaTools/ViennaPS.git
228
- cd ViennaPS
229
-
230
- cmake -B build -DVIENNAPS_BUILD_TESTS=ON
231
- cmake --build build
232
- ctest -E "Benchmark|Performance" --test-dir build
233
- ```
234
-
235
- ## Application
236
-
237
- > [!WARNING]
238
- > The ViennaPS application is no longer updated with new functionalities added to ViennaPS after release 1.2.0. Please use the __Python bindings__ instead.
239
-
240
- It is also possible to build an application which can parse a custom configuration file and execute pre-defined processes. The application can be built using CMake:
241
-
242
- ```bash
243
- git clone https://github.com/ViennaTools/ViennaPS.git
244
- cd ViennaPS
245
-
246
- cmake -B build -DVIENNAPS_BUILD_APPLICATION=ON
247
- cmake --build build
248
- ```
249
-
250
- This creates 2 executables `ViennaPS2D` and `ViennaPS3D` which run processes in 2 or 3 dimensions respectively. Every configuration file can be run in 2D or 3D mode.
251
-
252
- The configuration file must obey a certain structure in order to be parsed correctly. An example for a configuration file can be seen in `SampleConfig.txt`. The configuration file is parsed line by line and each successfully parsed line is executed immediately. A detailed documentation for the configuration file can be found in the [app readme](app/README.md).
253
-
254
- ## Contributing
255
-
256
- If you want to contribute to ViennaPS, make sure to follow the [LLVM Coding guidelines](https://llvm.org/docs/CodingStandards.html).
257
-
258
- Make sure to format all files before creating a pull request:
259
- ```bash
260
- cmake -B build
261
- cmake --build build --target format
262
- ```
263
-
264
- ## Authors
265
-
266
- Current contributors: Tobias Reiter, Noah Karnel, Lado Filipovic
267
-
268
- Contact us via: viennatools@iue.tuwien.ac.at
269
-
270
- ViennaPS was developed under the aegis of the 'Institute for Microelectronics' at the 'TU Wien'.
271
- http://www.iue.tuwien.ac.at/
272
-
273
- License
274
- --------------------------
275
- See file LICENSE in the base directory.
@@ -1,54 +0,0 @@
1
- viennaps.libs/embree4.dll,sha256=NqZ-W50xgged6jJGX1pzFvR8R0iX_NuZ-3bVrloV1Xk,24825856
2
- viennaps.libs/embree4.exp,sha256=S4yU7pK84aRn2RlWdu1xIFqCA8y20xAYa9BJf5FbU6Q,16713
3
- viennaps.libs/embree4.lib,sha256=wjxuwPCgfz_mcHYDZb-3t1NZlJQrVQWwK5b8uHRBMH8,27986
4
- viennaps.libs/embree_avx.lib,sha256=Eb3aWH2ZX6_ZKNl23w8hj4QJHdvPZDV98Iplbek2ziE,48932804
5
- viennaps.libs/embree_avx2.lib,sha256=WYUvy8VDcUhn82xhiBmGaC7N3cdiQOTFV6WyCHR7yfw,47140470
6
- viennaps.libs/embree_sse42.lib,sha256=GuYohPcd4CrMcZgprJJPzj3tnD-p5OyyofDgt6ycvNA,5651044
7
- viennaps.libs/lexers.lib,sha256=QkQh93HESzkhk7AdB2WQrklEjiVTD9eOH0bLMNAXQB4,285428
8
- viennaps.libs/math.lib,sha256=sfqHqIs5W_INkPcJW_Bug_q_piglUaiXHMrVlXqenJU,6290
9
- viennaps.libs/simd.lib,sha256=6ZHG3NPIPqmVwr_uHZf8S4YqoRjUfj-VkmkMz7I8UnE,11804
10
- viennaps.libs/sys.lib,sha256=JEMs8KfTUa-Wuas97LM0bd4UMCMfJ7pUb2vKTzbCKdU,387462
11
- viennaps.libs/tasking.lib,sha256=dNPYgYe8xl4aCsFxp0LM90qgx-uEUYWxPh6uzH1CKR0,64014
12
- viennaps.libs/tbb12.dll,sha256=cQqPtptCQ5Yebw8vmM2TIe88QU2apg2EiPq9nBEmb7A,322048
13
- viennaps.libs/tbb12.exp,sha256=iIFQ2vqbd05ZvjZFFkDj_XlZfYt0WVDAbrh02y9Xe-Q,26578
14
- viennaps.libs/tbb12.lib,sha256=NJuNxjjhjMAFn794o8rWY-1x3l3SV_6dc4_47MoUCz8,44060
15
- viennaps.libs/vtkCommonComputationalGeometry-9.3.dll,sha256=tqChBcE4EIuIviosw-D78NA8o8uE7DXhEW_CZlQlXBs,172032
16
- viennaps.libs/vtkCommonCore-9.3.dll,sha256=Glck9TyPnscM_kxV0uRLkNkTBUVpvUvrHOvVrrTcABs,10296832
17
- viennaps.libs/vtkCommonDataModel-9.3.dll,sha256=HyAS8_utpeP800X4Rvzzg_r-_DFXefVra3eo85rp_no,4253696
18
- viennaps.libs/vtkCommonExecutionModel-9.3.dll,sha256=vvxYZE4smS_vL7sPGHbJr8tZA3jvQJnXodWvjSYiW84,788992
19
- viennaps.libs/vtkCommonMath-9.3.dll,sha256=YJVcbp8ybrM63NvjMhLtJ7PxtgYlULXfO-ySEPsHi80,153088
20
- viennaps.libs/vtkCommonMisc-9.3.dll,sha256=UmDI4A-ssXy3T88tvzKm5_aNxssF-MXn8YuBNUG6FtE,2780672
21
- viennaps.libs/vtkCommonSystem-9.3.dll,sha256=_XbC9xexPSPrvBmoBtUHWvB_7wkI8xzBU48y1lGqk-g,124416
22
- viennaps.libs/vtkCommonTransforms-9.3.dll,sha256=NhhQEkZTSg2QNr22WaqCfoHEeHZGlU89QiC5J1HmIaI,203776
23
- viennaps.libs/vtkdoubleconversion-9.3.dll,sha256=_lBxm8ujBX_WkZ2tbe3hDArmYstAiNkDUK3naM1L30s,65024
24
- viennaps.libs/vtkexpat-9.3.dll,sha256=R9oJTVeR62sfCCNd_rAopTIaQpDnle-2PayMa6t8BD4,157696
25
- viennaps.libs/vtkFiltersCore-9.3.dll,sha256=DqZsC2WPpDtha344uFvy3EarjMht_nC35X4DzwpuuOA,5838848
26
- viennaps.libs/vtkFiltersGeneral-9.3.dll,sha256=hZwH8ke1c6pz-6tXOLJkUfAvV8qdOQKa9SvVPZi7eAw,3250176
27
- viennaps.libs/vtkFiltersGeometry-9.3.dll,sha256=JrZztsxa3YbqzTzFh3GjPe9gRITLgAny9k01QRihymM,950784
28
- viennaps.libs/vtkFiltersVerdict-9.3.dll,sha256=nG2kOOD230_0g2Xlt-kCU_5rqPTojVQ0bCEmm6BQNU4,195584
29
- viennaps.libs/vtkfmt-9.3.dll,sha256=FtOuymgsXS1mtQoRLzy-NZNKYKIPuBKP-LFsLJ4kR3o,138752
30
- viennaps.libs/vtkIOCore-9.3.dll,sha256=suOmH7mXzbOe5WBvBZyWvU0kWQaMbAQkk2AMVUu7vk0,438784
31
- viennaps.libs/vtkIOXML-9.3.dll,sha256=9e0r2plKpVlj8bJ97JuyfAWoI-LU9fgfOpQyr72O2LA,827392
32
- viennaps.libs/vtkIOXMLParser-9.3.dll,sha256=sMFUpV7Op8TwsYM1vwb6aDbKi3p-B6z2qt8lxmb-Y0w,110592
33
- viennaps.libs/vtkkissfft-9.3.dll,sha256=FwPE4VMycuzaYfwO_hlBmCzqxJ2lafc3wtXaWxwhF6Y,22528
34
- viennaps.libs/vtkloguru-9.3.dll,sha256=5ieomI4Kw6va5pNuAnKFOwKBiVbfk4FXE-Tktub32rQ,67072
35
- viennaps.libs/vtklz4-9.3.dll,sha256=AwA2rwc2fFBzWA1Sfk0xqLXPoRLp0W6VdbrDG6HBEA8,115200
36
- viennaps.libs/vtklzma-9.3.dll,sha256=t4YwipFXhdbm3C2pq1h-wvyLejWp2ax-R6B8jdW1DlQ,154624
37
- viennaps.libs/vtkpugixml-9.3.dll,sha256=603Bx9KoBcj3i_aWxVbf5yXSEAC98RemHS7KzDOrvjo,207360
38
- viennaps.libs/vtksys-9.3.dll,sha256=600TQgFxkHZVVsvACSeYoAw8ewG7_l6kpBfYQZrM-Mo,314368
39
- viennaps.libs/vtkverdict-9.3.dll,sha256=ZXGPYl94glOpMHkNo86Ru13BKwHCXFd7vO1ViwbvfdY,183296
40
- viennaps.libs/vtkzlib-9.3.dll,sha256=MudSgdijvKeB5aq-DP-y5-gLFhQBvrxBwx0ntthaCfc,84480
41
- viennaps2d/__init__.py,sha256=rAuO-G4NSO0dDKh2IsZoDqurSdbgyh77lMUkJb8jhdU,1742
42
- viennaps2d/__init__.pyi,sha256=Wl1OsUFkxdU7PgcnJ0PCumKHyTDf9rF-zc0lQ7CLOgY,69
43
- viennaps2d/Release/viennaps2d.cp310-win_amd64.pyd,sha256=KxRPY-e6hdpq_Y6FPj1KBBIoC0g1iupvdrnHFf7cX9I,1564160
44
- viennaps2d/viennaps2d.cp310-win_amd64.pyd,sha256=KxRPY-e6hdpq_Y6FPj1KBBIoC0g1iupvdrnHFf7cX9I,1564160
45
- viennaps2d/viennaps2d.pyi,sha256=RwIMgz_fUO6ruwJoIbz3ci_o4kJY4DhUFhj_gDu1kXs,32574
46
- viennaps3d/__init__.py,sha256=mHtxr3JdBtHLm1ofjYgYbaQF_jNTPp3-j7dH6S_NBcQ,1742
47
- viennaps3d/__init__.pyi,sha256=jhoJRHabClmxl-u7CzRVlWPLlVbdQf9sxTFb2vQXExo,69
48
- viennaps3d/Release/viennaps3d.cp310-win_amd64.pyd,sha256=4OWqMEcjQs4VB3b2gbDpBzjc_h6X1e5DC_yogMx5iH0,1466368
49
- viennaps3d/viennaps3d.cp310-win_amd64.pyd,sha256=4OWqMEcjQs4VB3b2gbDpBzjc_h6X1e5DC_yogMx5iH0,1466368
50
- viennaps3d/viennaps3d.pyi,sha256=hUsQWTkRsxOuT8qipbVjAIofTQOlo-1GOtxvejcd5g8,30864
51
- viennaps-3.3.0.dist-info/METADATA,sha256=wftSW3wxwXexDP4lqy6O3-tnIUiB8o8W_fcUW1v97u4,12994
52
- viennaps-3.3.0.dist-info/WHEEL,sha256=yxQ6vqLV6BGCdqSh8_cFSPC6ooSNYEn3BaaiIZLFM6w,106
53
- viennaps-3.3.0.dist-info/licenses/LICENSE,sha256=yymSujHnPkkZp_XdtiDIcgdgd2fpygXGPRGIH3ReUPA,1296
54
- viennaps-3.3.0.dist-info/RECORD,,
viennaps2d/__init__.py DELETED
@@ -1,67 +0,0 @@
1
- """
2
- ViennaPS
3
- ========
4
-
5
- ViennaPS is a header-only C++ process simulation library,
6
- which includes surface and volume representations,
7
- a ray tracer, and physical models for the simulation of
8
- microelectronic fabrication processes.
9
- """
10
-
11
- import sys
12
-
13
- def _windows_dll_path():
14
- import os
15
-
16
- additional_paths = [
17
- os.path.join(os.path.dirname(os.path.dirname(__file__)), 'viennaps.libs')
18
- ]
19
-
20
- for path in additional_paths:
21
- if not os.path.exists(path):
22
- continue
23
-
24
- os.add_dll_directory(path)
25
- os.environ["PATH"] = path + os.pathsep + os.environ["PATH"]
26
-
27
- if sys.platform == "win32":
28
- _windows_dll_path()
29
-
30
- import viennals2d as ls
31
- from viennals2d import IntegrationSchemeEnum as IntegrationScheme
32
- from viennals2d import BoundaryConditionEnum as BoundaryType
33
- from .viennaps2d import *
34
-
35
- # Config file reader helper function
36
- def ReadConfigFile(fileName: str):
37
- """Read a config file in the ViennaPS standard config file format.
38
-
39
- Parameters
40
- ----------
41
- fileName: str
42
- Name of the config file.
43
-
44
- Returns
45
- -------
46
- dict
47
- A dictionary containing the parameters from the config file.
48
- """
49
- par_dict = {}
50
-
51
- with open(fileName, "r") as file:
52
- lines = file.readlines()
53
- for line in lines:
54
-
55
- line = line[:line.find('#')] # remove comments
56
-
57
- if len(line) > 0:
58
- par_name = line[:line.find('=')].strip(' ')
59
- par_value = line[line.find('=')+1:]
60
-
61
- try:
62
- val = float(par_value)
63
- except: val = par_value
64
-
65
- par_dict[par_name] = val
66
-
67
- return par_dict
viennaps2d/__init__.pyi DELETED
@@ -1,3 +0,0 @@
1
- from .viennaps2d import *
2
-
3
- def ReadConfigFile(fileName: str): ...
Binary file