No project description provided
Project description
SiEPIC Forge
This python module implements the SiEPIC EBeam PDK PDK as components and technology specification for PhotonForge
Installation
Python interface
Installation via pip
:
pip install siepic-forge
PhotonForge Web UI
In the Tidy3D web interface, go to your Account Center and upload the token file (.tok) under PhotonForge Libraries to enable this module.
Usage
The simplest way to use the this PDK in PhotonForge is to set its technology as default:
import photonforge as pf
import siepic_forge as siepic
tech = siepic.ebeam()
pf.config.default_technology = tech
The ebeam
function creates a parametric technology and accepts a number of
parameters to fine-tune the technology.
PDK components are available through the component
function, which takes a
component name as first argument. The list of component names is available as a
set component_names
:
print(siepic.component_names)
pdk_component = siepic.component("ebeam_y_1550")
More information can be obtained in the documentation for each function:
help(siepic.ebeam)
help(siepic.component)
Warnings
Please note that the 3D structures obtained by extrusion through this module's technologies are a best approximation of the intended fabricated structures, but the actual final dimensions may differ due to several fabrication-specific effects. In particular, doping profiles are represented with hard-boundary, homogeneous solids, but, in practice will present process-dependent variations with smooth boundaries.
Third-Party Licenses
-
This project is licensed under the terms of the MIT license.
Copyright (c) 2016-2020, Lukas Chrostowski and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
File details
Details for the file siepic_forge-1.0.0.tar.gz
.
File metadata
- Download URL: siepic_forge-1.0.0.tar.gz
- Upload date:
- Size: 244.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58b3f46c6af5822e1c7bf8a38f2e2a231e64d4f71c06826bc5c3e3bc304b60d7 |
|
MD5 | 2f0f598dd4d4ebd000f9e9b55213a170 |
|
BLAKE2b-256 | 9436d1e1bef875ccdd59f09f5e3e78b2d6f9bef6a09171ad5d2af3e76d8ad51e |
File details
Details for the file siepic_forge-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: siepic_forge-1.0.0-py3-none-any.whl
- Upload date:
- Size: 252.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.1.dev0+g94f810c.d20240510 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5148f9e5351d7d5fc2d3d51364ab2663a743b1848ff76f43648f199279cad41c |
|
MD5 | 44633ee32f6ae6717a499ced0ba10e30 |
|
BLAKE2b-256 | ecb24222c6cb0f1ccb15f5ede22af797d2c48bbce20aa71b9b82291ad3e01240 |