{"id":27370099,"url":"https://github.com/flexcompute/siepic-forge","last_synced_at":"2026-02-28T22:31:44.158Z","repository":{"id":258548130,"uuid":"791861418","full_name":"flexcompute/siepic-forge","owner":"flexcompute","description":"SiEPIC PDK for PhotonForge","archived":false,"fork":false,"pushed_at":"2025-12-12T21:57:27.000Z","size":1368,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-14T12:16:49.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexcompute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-25T14:11:42.000Z","updated_at":"2025-12-12T21:56:41.000Z","dependencies_parsed_at":"2025-01-27T13:43:46.504Z","dependency_job_id":"70a0b58d-a10c-4d44-984f-10a12d88c633","html_url":"https://github.com/flexcompute/siepic-forge","commit_stats":null,"previous_names":["flexcompute/siepic-forge"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/flexcompute/siepic-forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fsiepic-forge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fsiepic-forge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fsiepic-forge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fsiepic-forge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexcompute","download_url":"https://codeload.github.com/flexcompute/siepic-forge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexcompute%2Fsiepic-forge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29953282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-13T08:47:58.309Z","updated_at":"2026-02-28T22:31:44.127Z","avatar_url":"https://github.com/flexcompute.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SiEPIC Forge\n\nThis python module implements the [SiEPIC EBeam\nPDK](https://github.com/SiEPIC/SiEPIC_EBeam_PDK) PDK as components and\ntechnology specification for\n[PhotonForge](https://docs.flexcompute.com/projects/photonforge/)\n\n\n## Installation\n\n### Python interface\n\nInstallation via `pip`:\n\n    pip install siepic-forge\n\n\n### PhotonForge Web UI\n\n1. [Download from PyPI](https://pypi.org/project/siepic-forge/#files) the\n   latest wheel file: `imec_isipp200_ip_forge-*-py3-none-any.whl`.\n\n2. In the PhotonForge web interface, upload that file to load the EBeam PDK.\n\n\n## Usage\n\nThe simplest way to use the this PDK in PhotonForge is to set its technology as\ndefault:\n\n    import photonforge as pf\n    import siepic_forge as siepic\n\n    tech = siepic.ebeam()\n    pf.config.default_technology = tech\n\n\nThe `ebeam` function creates a parametric technology and accepts a number of\nparameters to fine-tune the technology.\n\nPDK components are available through the `component` function, which takes a\ncomponent name as first argument. The list of component names is available as a\nset `component_names`:\n\n    print(siepic.component_names)\n    \n    pdk_component = siepic.component(\"ebeam_y_1550\")\n\n\nMore information can be obtained in the documentation for each function:\n\n    help(siepic.ebeam)\n\n    help(siepic.component)\n\n\n## Warnings\n\nPlease note that the 3D structures obtained by extrusion through this module's\ntechnologies are a best approximation of the intended fabricated structures,\nbut the actual final dimensions may differ due to several fabrication-specific\neffects. In particular, doping profiles are represented with hard-boundary,\nhomogeneous solids, but, in practice will present process-dependent variations\nwith smooth boundaries.\n\n\n## Third-Party Licenses\n\n- [`SiEPIC_EBeam_PDK`](https://github.com/SiEPIC/SiEPIC_EBeam_PDK)\n\n  \u003e This project is licensed under the terms of the MIT license.\n  \u003e \n  \u003e Copyright (c) 2016-2020, Lukas Chrostowski and contributors\n  \u003e \n  \u003e Permission is hereby granted, free of charge, to any person obtaining a\n  \u003e copy of this software and associated documentation files (the \"Software\"),\n  \u003e to deal in the Software without restriction, including without limitation\n  \u003e the rights to use, copy, modify, merge, publish, distribute, sublicense,\n  \u003e and/or sell copies of the Software, and to permit persons to whom the\n  \u003e Software is furnished to do so, subject to the following conditions:\n  \u003e \n  \u003e The above copyright notice and this permission notice shall be included in\n  \u003e all copies or substantial portions of the Software.\n  \u003e \n  \u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n  \u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n  \u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n  \u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n  \u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n  \u003e FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n  \u003e DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexcompute%2Fsiepic-forge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexcompute%2Fsiepic-forge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexcompute%2Fsiepic-forge/lists"}