-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7c3ba0
commit e4146fa
Showing
6 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# SiEPIC_EBeam_PDK | ||
|
||
- Developed as part of the <a href="www.siepic.ubc.ca">SiEPIC</a> program, the SiEPIC EBeam PDK is a process design kit (PDK) for fabrication using electron beam lithography, and a library silicon photonics components. | ||
|
||
- Instruction on design, layout, fabrication, test, data analysis for silicon photonics provided in the edX course: <a href="http://edx.org/course/silicon-photonics-design-fabrication-ubcx-phot1x">Silicon Photonics Design, Fabrication and Data Analysis</a> and textbook <a href="http://www.cambridge.org/ca/academic/subjects/engineering/electronic-optoelectronic-devices-and-nanotechnology/silicon-photonics-design-devices-systems">Silicon Photonics Design: From Devices to Systems</a> by Lukas Chrostowski and Michael Hochberg. | ||
|
||
|
||
## Download and Installation instructions: | ||
- Details are provided in the Wiki page: <a href="https://github.com/siepic/SiEPIC_EBeam_PDK/wiki/Installation-instructions">Installation instructions</a>. KLayout's package manager is used for both downloading and installing the package into the KLayout Application. | ||
- The PDK may also be installed using pip install siepic_ebeam_pdk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[project] | ||
name = "siepic_ebeam_pdk" | ||
version = "0.4.0" | ||
authors = [ | ||
{ name="Lukas Chrostowski", email="[email protected]" }, | ||
] | ||
description = "SiEPIC_EBeam_PDK: process design kit (PDK) for fabrication using electron beam lithography, and a library silicon photonics components. " | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
] | ||
dependencies = [ | ||
"SiEPIC>=0.5.3", | ||
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/SiEPIC/SiEPIC_EBeam_PDK" | ||
Issues = "https://github.com/SiEPIC/SiEPIC_EBeam_PDK/issues" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
EBeam |