Skip to main content

UBC Siepic Ebeam PDK from edx course

Project description

# UBCpdk 1.0.6

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/ubc/HEAD) [![pypi](https://img.shields.io/pypi/v/ubcpdk)](https://pypi.org/project/ubcpdk/) [![issues](https://img.shields.io/github/issues/gdsfactory/ubc)](https://github.com/gdsfactory/ubc/issues) ![forks](https://img.shields.io/github/forks/gdsfactory/ubc) ![Stars](https://img.shields.io/github/stars/gdsfactory/ubc) [![mit](https://img.shields.io/github/license/gdsfactory/ubc)](https://choosealicense.com/licenses/mit/) [![codecov](https://codecov.io/gh/gdsfactory/ubc/branch/master/graph/badge.svg?token=T3kCV2gYE9)](https://codecov.io/gh/gdsfactory/ubc) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

UBC SiEPIC Ebeam PDK from [edx course](https://www.edx.org/course/silicon-photonics-design-fabrication-and-data-ana)

This is a gdsfactory-based pdk, which provides a fully scripted python based flow for the edx course.

## Documentation

## Installation

### Installation for users

If you are on Windows, I recommend you install gdspy with Anaconda3, Miniconda3 or [mambaforge](https://github.com/conda-forge/miniforge#mambaforge) (faster conda alternative) and pip for gdsfactory.

` mamba install gdspy -y pip install ubcpdk --upgrade gf tool install `

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

` mamba install gdspy -y mamba install pymeep=*=mpi_mpich_* -y pip install ubcpdk[full] --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 gdspy -y with conda install -c conda-forge gdspy -y

If you use linux or MacOs you can install directly from pip pip install ubcpdk specify a specific version pip install ubcpdk==1.0.6 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 cd ubc pip install -r requirements.txt --upgrade pip install -r requirements_dev.txt --upgrade pip install pre-commit pre-commit install python install_tech.py gf tool install `

## Acks

UBCpdk top contributors:

  • Lukas Chrostowski (UBC professor): creator of the course and maintainer of the PDK cells

  • Joaquin Matres (Google): maintainer of gdsfactory

  • Alex Tait (Queens University): maintainer of lygadgets

Open source heroes:

  • Matthias Köfferlein (Germany): for Klayout

  • Lucas Heitzmann (University of Campinas, Brazil): for gdspy

  • Adam McCaughan (NIST): for phidl

  • Alex Tait (Queens University): for lytest

  • Thomas Ferreira de Lima (NEC): for pip install klayout

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.0.6.tar.gz (45.8 MB view hashes)

Uploaded Source

Built Distribution

ubcpdk-1.0.6-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