Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gdsfactory.github.io/vtt/
Open source Photonics PDK for VTT's 3 um SOI platform.
https://gdsfactory.github.io/vtt/
Last synced: about 2 months ago
JSON representation
Open source Photonics PDK for VTT's 3 um SOI platform.
- Host: GitHub
- URL: https://gdsfactory.github.io/vtt/
- Owner: gdsfactory
- License: mit
- Created: 2023-07-08T23:20:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-04T17:28:08.000Z (3 months ago)
- Last Synced: 2024-11-06T01:19:34.037Z (2 months ago)
- Language: Python
- Homepage: https://gdsfactory.github.io/vtt/
- Size: 179 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_photonics - vtt
README
# gdsfactory-vtt-public-pdk 0.1.0
A public [gdsfactory](https://gdsfactory.github.io/gdsfactory/index.html#) process design kit (PDK) for VTT's 3 um SOI platform.
© VTT 2023
### Installation for users
Use python3.10 or python3.11, as some tools like kfactory are not available for older versions of python. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.
If you don't have python installed on your system you can [download anaconda](https://www.anaconda.com/download/)
Once you have python installed, open Anaconda Prompt as Administrator and then install the latest gdsfactory using pip.
![anaconda prompt](https://i.imgur.com/eKk2bbs.png)
```
pip install gvtt --upgrade
```Then you need to restart Klayout to make sure the new technology installed appears.
### 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/vtt.git
cd vtt
pip install -e . pre-commit
pre-commit install
python install_tech.py
```