ViennaPS 3.6.0__cp310-cp310-musllinux_1_1_x86_64.whl → 3.7.0__cp310-cp310-musllinux_1_1_x86_64.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.

@@ -1,13 +1,8 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ViennaPS
3
- Version: 3.6.0
3
+ Version: 3.7.0
4
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.
5
+ License: Copyright (c) 2025 Institute for Microelectronics, TU Wien.
11
6
 
12
7
  Permission is hereby granted, free of charge, to any person obtaining a copy
13
8
  of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +26,7 @@ Project-URL: Homepage, https://viennatools.github.io/ViennaPS/
31
26
  Project-URL: Documentation, https://viennatools.github.io/ViennaPS/
32
27
  Project-URL: Repository, https://github.com/ViennaTools/ViennaPS
33
28
  Project-URL: Issues, https://github.com/ViennaTools/ViennaPS/issues
34
- Requires-Dist: ViennaLS>=4.4.0
29
+ Requires-Dist: ViennaLS>=4.5.0
35
30
  Description-Content-Type: text/markdown
36
31
 
37
32
  <div align="center">
@@ -46,13 +41,10 @@ Description-Content-Type: text/markdown
46
41
 
47
42
  </div>
48
43
 
49
- ViennaPS is a header-only C++ library for simulating microelectronic fabrication processes. It combines surface and volume representations with advanced level-set methods and Monte Carlo flux calculations, powered by high-performance ray tracing. Users can develop custom models, use pre-configured physical models, or leverage emulation for flexible and efficient process simulations.
44
+ ViennaPS is a header-only C++ library for simulating microelectronic fabrication processes. It combines surface and volume representations with advanced level-set methods and Monte Carlo flux calculations, powered by high-performance ray tracing. Users can develop custom models, use pre-configured physical models, or use fast emulation models for flexible and efficient process development.
50
45
 
51
46
  ViennaPS is designed to be easily integrated into existing C++ projects and provides Python bindings for seamless use in Python environments. The library is under active development and is continuously improved to meet the evolving needs of process simulation in microelectronics.
52
47
 
53
- > [!NOTE]
54
- > ViennaPS is under heavy development and improved daily. If you do have suggestions or find bugs, please let us know!
55
-
56
48
  ## Quick Start
57
49
 
58
50
  To install ViennaPS for Python, simply run:
@@ -66,6 +58,10 @@ To use ViennaPS in C++, clone the repository and follow the installation steps b
66
58
  For full documentation, visit [ViennaPS Documentation](https://viennatools.github.io/ViennaPS/).
67
59
 
68
60
  ## Releases
61
+
62
+ > [!NOTE]
63
+ > ViennaPS is under heavy development and improved daily. If you do have suggestions or find bugs, please let us know!
64
+
69
65
  Releases are tagged on the master branch and available in the [releases section](https://github.com/ViennaTools/ViennaPS/releases).
70
66
 
71
67
  ViennaPS is also available on the [Python Package Index (PyPI)](https://pypi.org/project/ViennaPS/) for most platforms.
@@ -117,7 +113,7 @@ cmake -B build && cmake --build build
117
113
  cmake --install build --prefix "/path/to/your/custom/install/"
118
114
  ```
119
115
 
120
- 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/` .
116
+ 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/` on Linux-based systems.
121
117
 
122
118
  ## Building the Python package
123
119
 
@@ -130,7 +126,8 @@ cd ViennaPS
130
126
  pip install .
131
127
  ```
132
128
 
133
- > Some features of the ViennaPS Python module require 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).
129
+ > Some features of the ViennaPS Python module depend on the ViennaLS Python module. You’ll need to install ViennaLS separately instructions are available in the [ViennaLS GitHub repository](https://github.com/ViennaTools/ViennaLS).
130
+ > Note: A locally built ViennaPS Python module is typically not compatible with the ViennaLS package from PyPI. For details and troubleshooting, see [this guide](https://viennatools.github.io/ViennaPS/inst/troubleshooting.html#python-importerror).
134
131
 
135
132
  ## Using the Python package
136
133
 
@@ -151,7 +148,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
151
148
 
152
149
  * Installation with CPM
153
150
  ```cmake
154
- CPMAddPackage("gh:viennatools/viennaps@3.6.0")
151
+ CPMAddPackage("gh:viennatools/viennaps@3.7.0")
155
152
  ```
156
153
 
157
154
  * With a local installation
@@ -200,9 +197,9 @@ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/tren
200
197
  <img src="assets/deposition.svg" width=700 style="background-color:white;">
201
198
  </div>
202
199
 
203
- ### SF<sub>6</sub>O<sub>2</sub> Hole Etching
200
+ ### SF<sub>6</sub>/O<sub>2</sub> Hole Etching
204
201
 
205
- 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.
202
+ 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.
206
203
 
207
204
  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.
208
205
 
@@ -228,13 +225,20 @@ This comparison highlights the trade-offs between computational efficiency and p
228
225
  <img src="assets/bosch_process.png" width=700 style="background-color:white;">
229
226
  </div>
230
227
 
228
+ ### Wet Etching
229
+
230
+ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/cantileverWetEtching) demonstrates the wet etching process, specifically focusing on the cantilever structure. The simulation captures the etching dynamics and the influence of crystallographic directions on the etch profile.
231
231
 
232
- ### Anisotropic Processes
232
+ <div align="center">
233
+ <img src="assets/wet_etching.png" width=700 style="background-color:white;">
234
+ </div>
233
235
 
234
- 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.
236
+ ### Selective Epitaxy
237
+
238
+ This [example](https://github.com/ViennaTools/ViennaPS/tree/master/examples/selectiveEpitaxy) demonstrates the selective epitaxy process, focusing on the growth of SiGe on a Si substrate. Similar to wet etching, the process is influenced by crystallographic directions, which can be adjusted in the __config.txt__ file. The simulation captures the growth dynamics and the resulting SiGe structure.
235
239
 
236
240
  <div align="center">
237
- <img src="assets/anisotropic_process.svg" width=700 style="background-color:white;">
241
+ <img src="assets/epitaxy.png" width=700 style="background-color:white;">
238
242
  </div>
239
243
 
240
244
  ### Redeposition During Selective Etching
@@ -287,6 +291,9 @@ Contact us via: viennatools@iue.tuwien.ac.at
287
291
  ViennaPS was developed under the aegis of the 'Institute for Microelectronics' at the 'TU Wien'.
288
292
  http://www.iue.tuwien.ac.at/
289
293
 
290
- License
291
- --------------------------
292
- See file LICENSE in the base directory.
294
+ ## License
295
+
296
+ ViennaPS is licensed under the [MIT License](./LICENSE).
297
+
298
+ Some third-party libraries used by ViennaPS are under their own permissive licenses (MIT, BSD, Apache-2.0).
299
+ See [`THIRD_PARTY_LICENSES.md`](./THIRD_PARTY_LICENSES.md) for details.
@@ -1,16 +1,16 @@
1
1
  viennaps2d/__init__.py,sha256=JACpF7ZmYoiaZ_f3PZk-i9TAIXcwyzMvcQxA3s3ggRY,1970
2
- viennaps2d/viennaps2d.pyi,sha256=K7E5hTHn5MlQ-qska8RpGOlDyry-vLCGLAsvpP7WfKE,46509
3
- viennaps2d/viennaps2d.cpython-310-x86_64-linux-gnu.so,sha256=0Tr1i9vrxXl7-hjtbuLkwdpGsLU9XNVA-z8XYP_6CBY,2780425
2
+ viennaps2d/viennaps2d.pyi,sha256=yMhS92XfsXQE0ZsgCplLRjUvOdMZ7261iaoIgm-wjAQ,47357
3
+ viennaps2d/viennaps2d.cpython-310-x86_64-linux-gnu.so,sha256=dbZhS1kGvtzDnyxY-0SnsdXJkc8kPDQ3FvSf3IabgPk,2829841
4
4
  viennaps2d/__init__.pyi,sha256=qGClgnsAau6rp9k5z2hpQvNG5DRQClHBft_-jmnOTYg,120
5
- viennaps-3.6.0.dist-info/METADATA,sha256=ChK1mw6XGOMlZW5DBpdM_sKuNC55wru_2eYZFOO1fb8,13542
6
- viennaps-3.6.0.dist-info/RECORD,,
7
- viennaps-3.6.0.dist-info/WHEEL,sha256=AsYqegkZw6UgV7CISHbyxQw_C-t2lnpHRjGaLUOtXI0,117
8
- viennaps-3.6.0.dist-info/licenses/LICENSE,sha256=MNYkmq2gcK-pjelXoZxaEkGjd1EvoFMfCZpVJGf8PeI,1272
9
5
  viennaps3d/__init__.py,sha256=xG-I168wm6OaK2woVLIh0V5ax25Okkdm1lykD0LpqH4,1970
10
- viennaps3d/viennaps3d.pyi,sha256=Xf3ENioi9LDVnt-UKQjUSnJC88nu6ST5IV4KcTbVOhE,43602
6
+ viennaps3d/viennaps3d.pyi,sha256=XMzammPdHKmhFCS70onS6Mkeam6xCZ2D9-B0Xl8Nm-Q,44446
11
7
  viennaps3d/__init__.pyi,sha256=lnw2k5o9hpDQQSGLXl9kvcRMsmF9bpXQ96f6PdGPKgw,120
12
- viennaps3d/viennaps3d.cpython-310-x86_64-linux-gnu.so,sha256=Wany23pMVg1QyqxZJpyTAHQ65LthJABbDE4shecgSSQ,2653497
8
+ viennaps3d/viennaps3d.cpython-310-x86_64-linux-gnu.so,sha256=RdHPNwpOrctOnNA3J-fqrw_3tcsiRu2YVXQLDqR2hb4,2702913
13
9
  viennaps3d/gpu.pyi,sha256=W4R1JWPN_LZRPP2CQz_YjQoLhwAj4F44VUVtzKakuo4,5124
10
+ viennaps-3.7.0.dist-info/METADATA,sha256=01uZ_4FeqDwKBTlCyUu_4jEpcK_99Sqig51RH1ykbB4,14036
11
+ viennaps-3.7.0.dist-info/RECORD,,
12
+ viennaps-3.7.0.dist-info/WHEEL,sha256=AsYqegkZw6UgV7CISHbyxQw_C-t2lnpHRjGaLUOtXI0,117
13
+ viennaps-3.7.0.dist-info/licenses/LICENSE,sha256=UY7QeqmJPXJXHqXpnIs5DjA8GwGzBh2DnhNbNobAZOk,1089
14
14
  viennaps.libs/libmath.a,sha256=uDfd0l32n_OnY0ezKJCeEqodeTzV5WgM8uyyVZ1P4YA,2156
15
15
  viennaps.libs/libvtkCommonMisc-9.3.so,sha256=lNJ7c5YLKqf0zA5yEqAS0lOGs9leEDnEjNDg9rx5BYE,7468785
16
16
  viennaps.libs/embree-vars.csh,sha256=Iq-vI8ejWJlLpZXply6sOO0JY8XSif85zoA9utCF9W0,724
@@ -52,15 +52,15 @@ viennaps.libs/libvtklzma-9.3.so,sha256=a30p-cChvt6W9HNs4PyCZw-P-xQ0_I4WgkWbOayvY
52
52
  viennaps.libs/libvtkverdict-9.3.so,sha256=lOXYx2KXNXwUYV_g2IjW0uL6ewWN1gp9DjodgxgouCs,247496
53
53
  viennaps.libs/libembree_sse42.a,sha256=rZYj7tI2Mix7nz8-D1RzZKHYKoaIG0te38v_9W2cAKc,4871126
54
54
  viennaps.libs/liblexers.a,sha256=tdiXeXxT3VqA9G4x863KBxQD4sNatN6UMynLr7kWfO8,123168
55
- viennaps.libs/cmake_install.cmake,sha256=1w7dH9yRVABo1rLN0IEoWGRSlw7SylPN0jZO_XYijeo,4992
55
+ viennaps.libs/cmake_install.cmake,sha256=RRNWOJ8ZF2E9oLUvsiygInYchVrD_QTvMNPnND6vHfQ,4992
56
56
  viennaps.libs/libvtksys-9.3.so,sha256=xn3CPffr2NgPHM0pfMXw5-OabGiQ2wSd0sQqbjbYA4A,478673
57
57
  viennaps.libs/libgcc_s-a04fdf82.so.1,sha256=YxqJNaesQMhDswHEQpXsiLnVvMBBbYO6KYMDZFPWKSM,81257
58
58
  viennaps.libs/embree-vars.sh,sha256=DHWVWIWVCxBx6feQkBEaWHI_EV1OKnfC3vluUMSF7P0,572
59
59
  viennaps.libs/libembree4.so,sha256=UTuHQqVvXRdasKcIKqqZ9ToSmVNyHJdBGaaB7GcEOiw,46556873
60
60
  viennaps.libs/libvtkdoubleconversion-9.3.so,sha256=5AXZ-abBxlCfbho0QmvYCiBM_097vhTdgP6cyQZtjzY,88313
61
61
  viennaps.libs/libvtkkissfft-9.3.so,sha256=jqTDb9zbuYk7XcKt6y70KoXHWUZ-_WMZ_hbiWQOyL3E,30488
62
- viennaps.libs/common/cmake_install.cmake,sha256=qSTuiwO_fORN0BFeFcSkeD8kQtW_XD8_LtX1hD1pj5s,1775
63
- viennaps.libs/common/sys/cmake_install.cmake,sha256=MQEgg-ndCIddWRm4CHMMKlA0XWzAz1mwOVZEjxFj148,1283
62
+ viennaps.libs/common/cmake_install.cmake,sha256=-4rrpp-UWUQqX9uLyjv1Hhd-Sg3U5YhEqMF71FbSNCk,1775
63
+ viennaps.libs/common/sys/cmake_install.cmake,sha256=9STHMXwaQtrVTJlBaPTqVaGCRimijRAaPLXV8zXuyq0,1283
64
64
  viennaps.libs/common/sys/CMakeFiles/sys.dir/mutex.cpp.o,sha256=fKnAwrxxsWl_xAkfPVGZ-ovYaMu0641K3TC2i_7c7e4,6280
65
65
  viennaps.libs/common/sys/CMakeFiles/sys.dir/condition.cpp.o,sha256=FftffJadMjJzVjNPDfM0Z9Gq1EPZLjH2qa_3WO_iS1E,6248
66
66
  viennaps.libs/common/sys/CMakeFiles/sys.dir/sysinfo.cpp.o,sha256=9Fl1d5EQ4jjQrgknWJf2oMqDl8G45OGO1trT1UufCN0,30864
@@ -71,14 +71,14 @@ viennaps.libs/common/sys/CMakeFiles/sys.dir/filename.cpp.o,sha256=viktxG-yIETNSz
71
71
  viennaps.libs/common/sys/CMakeFiles/sys.dir/alloc.cpp.o,sha256=AZbmXZ926CgzsTWeqP4Cow2FTIz9VN37ifyNAiHhFBA,19088
72
72
  viennaps.libs/common/sys/CMakeFiles/sys.dir/thread.cpp.o,sha256=bzUhWlh9eW_31S0U4GZ569_G4z3lVww4M1KTsAB8J18,21248
73
73
  viennaps.libs/common/sys/CMakeFiles/sys.dir/library.cpp.o,sha256=l-7Fv7jIs4qmFP5-hnQnk0QFSKAom0kK8UE8K7CbgRs,8616
74
- viennaps.libs/common/lexers/cmake_install.cmake,sha256=HFGEDiUFiIjxEyogEdK-fGXZ5AaSyacSpujRjH4eBiU,1286
74
+ viennaps.libs/common/lexers/cmake_install.cmake,sha256=mj0ydf3K0kUQch8EpESTc9GACV6f9dmBn1J3gc2mMxk,1286
75
75
  viennaps.libs/common/lexers/CMakeFiles/lexers.dir/stringstream.cpp.o,sha256=SNKUsG-_FnaEKDOORPlqkUPq4gsNIPcfpmrb_FOYgPk,35112
76
76
  viennaps.libs/common/lexers/CMakeFiles/lexers.dir/tokenstream.cpp.o,sha256=El72piotKCH-8FSb820asUK7d1BhqDRqTFHIHYSC9xU,84120
77
- viennaps.libs/common/math/cmake_install.cmake,sha256=O22tuAUZwAEFFNlP1njkrlg7muuZsFDw20uvDfyP5kI,1284
77
+ viennaps.libs/common/math/cmake_install.cmake,sha256=XZuDmKkZJTNUvMczAo2nuyqh7z1Ky-4-lk7yzTgjjcs,1284
78
78
  viennaps.libs/common/math/CMakeFiles/math.dir/constants.cpp.o,sha256=zI_VWO4RqQtwI_fbyEzAP7X_WNUZ9YF0iiwYSSgHXtM,2024
79
- viennaps.libs/common/tasking/cmake_install.cmake,sha256=evogtcZ8ud2FEriPlfrt1SBoIdK6_eS2nFzGdrqYuQs,1287
79
+ viennaps.libs/common/tasking/cmake_install.cmake,sha256=bL3SIwn4P9kA9LP2hpSdDwIiSgfVcq94mRdkHzH_z0s,1287
80
80
  viennaps.libs/common/tasking/CMakeFiles/tasking.dir/taskschedulertbb.cpp.o,sha256=Ob8BP0w9nLYDaWGbx-wCPhzQu45XPICdN2Dd2a08rNQ,36504
81
- viennaps.libs/common/simd/cmake_install.cmake,sha256=a2-TYaEhZDDcZOHZ4F-2nMURJA0fl12MxSXfS3NRBP4,1284
81
+ viennaps.libs/common/simd/cmake_install.cmake,sha256=mtGXOSi4pO03FsHlg6b7vNOof8P0bsj2ZGoI1-4xEyE,1284
82
82
  viennaps.libs/common/simd/CMakeFiles/simd.dir/sse.cpp.o,sha256=FFkDqQhjhyvPymq6d8BwwDrZSLxqtYvd9GTAvAeqAhQ,4248
83
83
  viennaps.libs/cmake/vtk-9.3/FindJOGL.cmake,sha256=gzg8ScLlXwO1cJimgK6rjC0aQN8f3G-gRnlTZ58M8XM,1841
84
84
  viennaps.libs/cmake/vtk-9.3/vtkObjectFactory.cmake,sha256=reU3YUBXUzx6MyXrBsfjHDOPv22JXytFDG09LUbpWKU,6454
@@ -155,8 +155,8 @@ viennaps.libs/cmake/vtk-9.3/patches/3.19/FindLibArchive.cmake,sha256=I4FWoyOFy74
155
155
  viennaps.libs/cmake/vtk-9.3/patches/3.19/FindSQLite3.cmake,sha256=2L3R0MyJmwU-ZMvv3t2-A5UJ_ofqyFTdwoQ-k904rxY,1871
156
156
  viennaps.libs/cmake/vtk-9.3/patches/3.19/FindJPEG.cmake,sha256=xzufu_mNkoueEnDatZmtaQMKspZ5UHrt4wzjgFSfRqs,3982
157
157
  viennaps.libs/cmake/vtk-9.3/patches/3.16/FindPostgreSQL.cmake,sha256=e5uzNWGOX2OyQZBa3SmUCFj1BKIBdKNn4ATODxmxMkQ,11601
158
- viennaps.libs/tests/cmake_install.cmake,sha256=MLs1iCImAYsgcX_RNBpbveVTNljsTlslxGuTRNG0d8g,1278
159
- viennaps.libs/kernels/cmake_install.cmake,sha256=hq2oeHOvUYDEMa7Nhe2v5fkV_GfxGfNplrY7C79eX10,4004
158
+ viennaps.libs/tests/cmake_install.cmake,sha256=1clps3t-VkPrbe0-fuJNcT_v2Qt4Vs7a1CKHRNTA_D8,1278
159
+ viennaps.libs/kernels/cmake_install.cmake,sha256=ZZpO-XZotXLUtliy-_98PdEZzbpW4GVkn5fl8HzXxNE,4004
160
160
  viennaps.libs/kernels/CMakeFiles/embree_avx.dir/__/__/__/subdiv/subdivpatch1base_eval.cpp.avx.cpp.o,sha256=ESjpsHmt5ytSOpRCJ3x4mjzY-AxN22SlbixBoA3HwtQ,208960
161
161
  viennaps.libs/kernels/CMakeFiles/embree_avx.dir/__/__/__/bvh/bvh_intersector_hybrid4_bvh4.cpp.avx.cpp.o,sha256=0zgwl1xXVQOKPULuRqtTlkeur5c6flVQMq8j-rHdI5E,786720
162
162
  viennaps.libs/kernels/CMakeFiles/embree_avx.dir/__/__/__/bvh/bvh_builder_twolevel.cpp.avx.cpp.o,sha256=F7JY1RNDf_4q2mHpjWOoEJcgUkgifoMdSWUWHyx5qOc,4049904
@@ -1,9 +1,4 @@
1
- Parts of the code (located in the 'external/' subfolder) have different
2
- licenses. The individual licenses apply for this specific part. Please consult
3
- the respective LICENSE files.
4
-
5
-
6
- Copyright (c) 2015 Institute for Microelectronics, TU Wien.
1
+ Copyright (c) 2025 Institute for Microelectronics, TU Wien.
7
2
 
8
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
4
  of this software and associated documentation files (the "Software"), to deal
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Set the install prefix
4
4
  if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
- set(CMAKE_INSTALL_PREFIX "/tmp/tmpjmd9t3ci/wheel/platlib")
5
+ set(CMAKE_INSTALL_PREFIX "/tmp/tmps7bovhdg/wheel/platlib")
6
6
  endif()
7
7
  string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
8
 
viennaps2d/viennaps2d.pyi CHANGED
@@ -22,23 +22,8 @@ class AdvectionParameters:
22
22
  timeStepRatio: float
23
23
  velocityOutput: bool
24
24
  def __init__(self) -> None: ...
25
-
26
- class AnisotropicProcess(ProcessModel):
27
- @overload
28
- def __init__(
29
- self, materials: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]]
30
- ) -> None: ...
31
- @overload
32
- def __init__(
33
- self,
34
- direction100,
35
- direction010,
36
- rate100: typing.SupportsFloat,
37
- rate110: typing.SupportsFloat,
38
- rate111: typing.SupportsFloat,
39
- rate311: typing.SupportsFloat,
40
- materials: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
41
- ) -> None: ...
25
+ def toMetaData(self) -> dict[str, list[float]]: ...
26
+ def toMetaDataString(self) -> str: ...
42
27
 
43
28
  class AtomicLayerProcess:
44
29
  def __init__(self) -> None: ...
@@ -321,7 +306,7 @@ class Domain:
321
306
  material: Material,
322
307
  wrapLowerLevelSet: bool = ...,
323
308
  ) -> None: ...
324
- def print(self, arg0, arg1: bool) -> None: ...
309
+ def print(self, hrleInfo: bool = ...) -> None: ...
325
310
  def removeLevelSet(self, arg0: typing.SupportsInt, arg1: bool) -> None: ...
326
311
  def removeMaterial(self, arg0: Material) -> None: ...
327
312
  def removeTopLevelSet(self) -> None: ...
@@ -375,7 +360,7 @@ class Domain3D:
375
360
  def getSetup(self, *args, **kwargs): ...
376
361
  def insertNextLevelSet(self, *args, **kwargs): ...
377
362
  def insertNextLevelSetAsMaterial(self, *args, **kwargs): ...
378
- def print(self, arg0, arg1: bool) -> None: ...
363
+ def print(self, hrleInfo: bool = ...) -> None: ...
379
364
  def removeLevelSet(self, arg0: typing.SupportsInt, arg1: bool) -> None: ...
380
365
  def removeMaterial(self, arg0: Material) -> None: ...
381
366
  def removeTopLevelSet(self) -> None: ...
@@ -637,9 +622,9 @@ class HBrO2Etching(ProcessModel):
637
622
 
638
623
  class HoleShape:
639
624
  __members__: ClassVar[dict] = ... # read-only
640
- Full: ClassVar[HoleShape] = ...
641
- Half: ClassVar[HoleShape] = ...
642
- Quarter: ClassVar[HoleShape] = ...
625
+ FULL: ClassVar[HoleShape] = ...
626
+ HALF: ClassVar[HoleShape] = ...
627
+ QUARTER: ClassVar[HoleShape] = ...
643
628
  __entries: ClassVar[dict] = ...
644
629
  def __init__(self, value: typing.SupportsInt) -> None: ...
645
630
  def __eq__(self, other: object) -> bool: ...
@@ -765,11 +750,17 @@ class Logger:
765
750
  ) -> Logger: ...
766
751
  def addWarning(self, arg0: str) -> Logger: ...
767
752
  @staticmethod
753
+ def appendToLogFile(arg0: str) -> bool: ...
754
+ @staticmethod
755
+ def closeLogFile() -> None: ...
756
+ @staticmethod
768
757
  def getInstance() -> Logger: ...
769
758
  @staticmethod
770
759
  def getLogLevel() -> int: ...
771
760
  def print(self) -> None: ...
772
761
  @staticmethod
762
+ def setLogFile(arg0: str) -> bool: ...
763
+ @staticmethod
773
764
  def setLogLevel(arg0: LogLevel) -> None: ...
774
765
 
775
766
  class MakeFin:
@@ -972,8 +963,8 @@ class MaterialMap:
972
963
 
973
964
  class MetaDataLevel:
974
965
  __members__: ClassVar[dict] = ... # read-only
975
- DOMAIN: ClassVar[MetaDataLevel] = ...
976
966
  FULL: ClassVar[MetaDataLevel] = ...
967
+ GRID: ClassVar[MetaDataLevel] = ...
977
968
  NONE: ClassVar[MetaDataLevel] = ...
978
969
  PROCESS: ClassVar[MetaDataLevel] = ...
979
970
  __entries: ClassVar[dict] = ...
@@ -1238,13 +1229,15 @@ class RayTracingParameters:
1238
1229
  sourceDirection: Incomplete
1239
1230
  useRandomSeeds: bool
1240
1231
  def __init__(self) -> None: ...
1232
+ def toMetaData(self) -> dict[str, list[float]]: ...
1233
+ def toMetaDataString(self) -> str: ...
1241
1234
 
1242
1235
  class Reader:
1243
1236
  @overload
1244
1237
  def __init__(self) -> None: ...
1245
1238
  @overload
1246
1239
  def __init__(self, fileName: str) -> None: ...
1247
- def apply(self) -> Domain: ...
1240
+ def apply(self) -> None: ...
1248
1241
  def setFileName(self, arg0: str) -> None: ...
1249
1242
 
1250
1243
  class SF6C4F8Etching(ProcessModel):
@@ -1289,6 +1282,14 @@ class SF6O2Etching(ProcessModel):
1289
1282
  def getParameters(self) -> PlasmaEtchingParameters: ...
1290
1283
  def setParameters(self, arg0: PlasmaEtchingParameters) -> None: ...
1291
1284
 
1285
+ class SelectiveEpitaxy(ProcessModel):
1286
+ def __init__(
1287
+ self,
1288
+ materialRates: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
1289
+ rate111: typing.SupportsFloat = ...,
1290
+ rate100: typing.SupportsFloat = ...,
1291
+ ) -> None: ...
1292
+
1292
1293
  class SingleParticleALD(ProcessModel):
1293
1294
  def __init__(
1294
1295
  self,
@@ -1341,6 +1342,11 @@ class SphereDistribution(ProcessModel):
1341
1342
  self, radius: typing.SupportsFloat, gridDelta: typing.SupportsFloat
1342
1343
  ) -> None: ...
1343
1344
 
1345
+ class StencilLocalLaxFriedrichsScalar:
1346
+ def __init__(self, *args, **kwargs) -> None: ...
1347
+ @staticmethod
1348
+ def setMaxDissipation(maxDissipation: typing.SupportsFloat) -> None: ...
1349
+
1344
1350
  class TEOSDeposition(ProcessModel):
1345
1351
  def __init__(
1346
1352
  self,
@@ -1385,6 +1391,24 @@ class ToDiskMesh:
1385
1391
  def setDomain(self, arg0: Domain) -> None: ...
1386
1392
  def setMesh(self, arg0: viennals2d.viennals2d.Mesh) -> None: ...
1387
1393
 
1394
+ class WetEtching(ProcessModel):
1395
+ @overload
1396
+ def __init__(
1397
+ self,
1398
+ materialRates: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
1399
+ ) -> None: ...
1400
+ @overload
1401
+ def __init__(
1402
+ self,
1403
+ direction100,
1404
+ direction010,
1405
+ rate100: typing.SupportsFloat,
1406
+ rate110: typing.SupportsFloat,
1407
+ rate111: typing.SupportsFloat,
1408
+ rate311: typing.SupportsFloat,
1409
+ materialRates: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
1410
+ ) -> None: ...
1411
+
1388
1412
  class Writer:
1389
1413
  @overload
1390
1414
  def __init__(self) -> None: ...
viennaps3d/viennaps3d.pyi CHANGED
@@ -22,23 +22,8 @@ class AdvectionParameters:
22
22
  timeStepRatio: float
23
23
  velocityOutput: bool
24
24
  def __init__(self) -> None: ...
25
-
26
- class AnisotropicProcess(ProcessModel):
27
- @overload
28
- def __init__(
29
- self, materials: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]]
30
- ) -> None: ...
31
- @overload
32
- def __init__(
33
- self,
34
- direction100,
35
- direction010,
36
- rate100: typing.SupportsFloat,
37
- rate110: typing.SupportsFloat,
38
- rate111: typing.SupportsFloat,
39
- rate311: typing.SupportsFloat,
40
- materials: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
41
- ) -> None: ...
25
+ def toMetaData(self) -> dict[str, list[float]]: ...
26
+ def toMetaDataString(self) -> str: ...
42
27
 
43
28
  class AtomicLayerProcess:
44
29
  def __init__(self) -> None: ...
@@ -314,7 +299,7 @@ class Domain:
314
299
  material: Material,
315
300
  wrapLowerLevelSet: bool = ...,
316
301
  ) -> None: ...
317
- def print(self, arg0, arg1: bool) -> None: ...
302
+ def print(self, hrleInfo: bool = ...) -> None: ...
318
303
  def removeLevelSet(self, arg0: typing.SupportsInt, arg1: bool) -> None: ...
319
304
  def removeMaterial(self, arg0: Material) -> None: ...
320
305
  def removeTopLevelSet(self) -> None: ...
@@ -562,9 +547,9 @@ class HBrO2Etching(ProcessModel):
562
547
 
563
548
  class HoleShape:
564
549
  __members__: ClassVar[dict] = ... # read-only
565
- Full: ClassVar[HoleShape] = ...
566
- Half: ClassVar[HoleShape] = ...
567
- Quarter: ClassVar[HoleShape] = ...
550
+ FULL: ClassVar[HoleShape] = ...
551
+ HALF: ClassVar[HoleShape] = ...
552
+ QUARTER: ClassVar[HoleShape] = ...
568
553
  __entries: ClassVar[dict] = ...
569
554
  def __init__(self, value: typing.SupportsInt) -> None: ...
570
555
  def __eq__(self, other: object) -> bool: ...
@@ -690,11 +675,17 @@ class Logger:
690
675
  ) -> Logger: ...
691
676
  def addWarning(self, arg0: str) -> Logger: ...
692
677
  @staticmethod
678
+ def appendToLogFile(arg0: str) -> bool: ...
679
+ @staticmethod
680
+ def closeLogFile() -> None: ...
681
+ @staticmethod
693
682
  def getInstance() -> Logger: ...
694
683
  @staticmethod
695
684
  def getLogLevel() -> int: ...
696
685
  def print(self) -> None: ...
697
686
  @staticmethod
687
+ def setLogFile(arg0: str) -> bool: ...
688
+ @staticmethod
698
689
  def setLogLevel(arg0: LogLevel) -> None: ...
699
690
 
700
691
  class MakeFin:
@@ -897,8 +888,8 @@ class MaterialMap:
897
888
 
898
889
  class MetaDataLevel:
899
890
  __members__: ClassVar[dict] = ... # read-only
900
- DOMAIN: ClassVar[MetaDataLevel] = ...
901
891
  FULL: ClassVar[MetaDataLevel] = ...
892
+ GRID: ClassVar[MetaDataLevel] = ...
902
893
  NONE: ClassVar[MetaDataLevel] = ...
903
894
  PROCESS: ClassVar[MetaDataLevel] = ...
904
895
  __entries: ClassVar[dict] = ...
@@ -1163,13 +1154,15 @@ class RayTracingParameters:
1163
1154
  sourceDirection: Incomplete
1164
1155
  useRandomSeeds: bool
1165
1156
  def __init__(self) -> None: ...
1157
+ def toMetaData(self) -> dict[str, list[float]]: ...
1158
+ def toMetaDataString(self) -> str: ...
1166
1159
 
1167
1160
  class Reader:
1168
1161
  @overload
1169
1162
  def __init__(self) -> None: ...
1170
1163
  @overload
1171
1164
  def __init__(self, fileName: str) -> None: ...
1172
- def apply(self) -> Domain: ...
1165
+ def apply(self) -> None: ...
1173
1166
  def setFileName(self, arg0: str) -> None: ...
1174
1167
 
1175
1168
  class SF6C4F8Etching(ProcessModel):
@@ -1214,6 +1207,14 @@ class SF6O2Etching(ProcessModel):
1214
1207
  def getParameters(self) -> PlasmaEtchingParameters: ...
1215
1208
  def setParameters(self, arg0: PlasmaEtchingParameters) -> None: ...
1216
1209
 
1210
+ class SelectiveEpitaxy(ProcessModel):
1211
+ def __init__(
1212
+ self,
1213
+ materialRates: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
1214
+ rate111: typing.SupportsFloat = ...,
1215
+ rate100: typing.SupportsFloat = ...,
1216
+ ) -> None: ...
1217
+
1217
1218
  class SingleParticleALD(ProcessModel):
1218
1219
  def __init__(
1219
1220
  self,
@@ -1266,6 +1267,11 @@ class SphereDistribution(ProcessModel):
1266
1267
  self, radius: typing.SupportsFloat, gridDelta: typing.SupportsFloat
1267
1268
  ) -> None: ...
1268
1269
 
1270
+ class StencilLocalLaxFriedrichsScalar:
1271
+ def __init__(self, *args, **kwargs) -> None: ...
1272
+ @staticmethod
1273
+ def setMaxDissipation(maxDissipation: typing.SupportsFloat) -> None: ...
1274
+
1269
1275
  class TEOSDeposition(ProcessModel):
1270
1276
  def __init__(
1271
1277
  self,
@@ -1310,6 +1316,24 @@ class ToDiskMesh:
1310
1316
  def setDomain(self, arg0: Domain) -> None: ...
1311
1317
  def setMesh(self, arg0: viennals3d.viennals3d.Mesh) -> None: ...
1312
1318
 
1319
+ class WetEtching(ProcessModel):
1320
+ @overload
1321
+ def __init__(
1322
+ self,
1323
+ materialRates: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
1324
+ ) -> None: ...
1325
+ @overload
1326
+ def __init__(
1327
+ self,
1328
+ direction100,
1329
+ direction010,
1330
+ rate100: typing.SupportsFloat,
1331
+ rate110: typing.SupportsFloat,
1332
+ rate111: typing.SupportsFloat,
1333
+ rate311: typing.SupportsFloat,
1334
+ materialRates: collections.abc.Sequence[tuple[Material, typing.SupportsFloat]],
1335
+ ) -> None: ...
1336
+
1313
1337
  class Writer:
1314
1338
  @overload
1315
1339
  def __init__(self) -> None: ...