--
Project description
ZeroHeliumKit
ZeroHeliumKit is a Python module for planar geometry creation and manipulations designed for building microfabricated chips, and integrated electric field calculations. ZeroHeliumKit allows to create complex structure designs from simple geometries and assemble them in an intuitive Lego-style level. Geometry creation and assembly part is based on Shapely python package, which provides fast boolean operations on geometrical objects. ZeroHeliumKit enables simple integration with Gmsh (mesh generation toolkit) and FreeFEM++ (finite element solver for partial differential equations) to perform electric field calculations on designed geometrical structures.
Installing
After cloning repository, cd into the new directory and install neseccary packages:
pip install -r requirements.txt
Note, if you are on Windows or Mac and don’t already have gdspy installed, you will need a C++ compiler (in case if you have an error in installing this package):
- for Windows + Python 3, install the Microsoft “Build Tools for Visual Studio”
- For Mac, install “Xcode” from the App Store, then run the command
xcode-select --installin the terminal
Next, install zeroheliumkit into your environment:
pip install -e .
You can now open your python and run import zeroheliumkit. The final step is to install the latest FreeFEM++ software, which can be found here.
Usage
The easiest way to learn is through examples
Creating anchors and routes anchors_routes:
Caculating electric field distribution in IDC fem:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeroheliumkit-0.5.2.tar.gz.
File metadata
- Download URL: zeroheliumkit-0.5.2.tar.gz
- Upload date:
- Size: 99.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf3b69b8e107bca780c227a447041a13a6d22e9b9f3f22e22cb965491b6358b
|
|
| MD5 |
f8ac2e12c0e980535ceeb8f90e3f4ea4
|
|
| BLAKE2b-256 |
7702d21bb4bae1ad45503e0a426ba829bd0cde1ea224b6ffab64a0907bcbd922
|
File details
Details for the file zeroheliumkit-0.5.2-py3-none-any.whl.
File metadata
- Download URL: zeroheliumkit-0.5.2-py3-none-any.whl
- Upload date:
- Size: 107.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a3bba8ce61a2a18edbbe9cd6d50c5e0fb24255ec4368e30ce1479a2dcd980ac
|
|
| MD5 |
65fa6af1fa4efdaa8c5c7c2414790423
|
|
| BLAKE2b-256 |
88ff8b6da6dfc150b211dd47b7754cfe9437c345f0915c824096f7e44691c75c
|