Skip to main content

UBC Siepic Ebeam PDK from edx course

Project description

UBCpdk 1.7.3

Binder pypi issues forks Stars mit codecov black

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.

Documentation

Installation

Installation for users

If you are on Windows, I recommend you install gdsfactory with Anaconda3, Miniconda3 or mambaforge (faster conda alternative) and pip for gdsfactory.

mamba install gdsfactory -y
pip install ubcpdk --upgrade
gf tool install

If you want to get all the extras (mode solvers, meep, circuit simulation ...)

mamba install gdsfactory -y
mamba install pymeep=*=mpi_mpich_* -y
pip install ubcpdk --upgrade
gf tool install

Mamba is a faster alternative to conda, if you don't want to install mamba, you can also replace mamba install gdsfactory -y with conda install -c conda-forge gdsfactory -y

If you use linux or MacOs you can install directly from pip pip install ubcpdk specify a specific version pip install ubcpdk==1.7.3 and update to the latest version with pip install ubcpdk --upgrade

I also recommend you install the gdsfactory link to klayout gf tool install

Installation for developers

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 --shallow-exclude=gh-pages
cd ubc
pip install -e .
pip install pre-commit
pre-commit install
python install_tech.py
gf tool install

Acks

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:

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

ubcpdk-1.7.3.tar.gz (45.8 MB view hashes)

Uploaded Source

Built Distribution

ubcpdk-1.7.3-py3-none-any.whl (45.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page