UBC SiEPIC Ebeam PDK from edx course for gdsfactory. It provides a fully python driven flow alternative for the edx course for the most advanced users.
If you don't have python installed on your system you can download the gdsfactory installer that includes python3, miniconda and all gdsfactory plugins.
Open Anaconda Prompt and then install the ubcpdk using pip
pip install ubcpdk --upgrade
gf tool install
For developers you need to git clone
the GitHub repository, fork it, git add, git commit, git push and merge request your changes.
git clone https://github.com/gdsfactory/ubc.git
cd ubc
pip install -e . pre-commit
pre-commit install
python install_tech.py
gf tool install
Then you need to restart Klayout to make sure the new technology installed appears.
- Run notebooks on
- UBCpdk docs and code
- gdsfactory docs
UBCpdk top contributors:
- Joaquin Matres (Google): maintainer of gdsfactory
- Thomas Dorch (Freedom Photonics): for Meep's material database access, MPB sidewall angles, and add_pin_path
- Lukas Chrostowski (UBC professor): creator of the course and maintainer of the PDK cells
Links: