Skip to content

qnngroup/qnngds

Repository files navigation

QNNGDS

Description

QNNGDS is a toolbox built on top of phidl for device design in the QNN group. It is made for helping in the design of gds files. The package is composed of 5 main modules:

  • design (contains pre-built cells, ready to be added to a design)
  • utilities (contains useful functions for building a new cell)
  • geometries (contains test structures and geometry tools)
  • circuits (contains circuits made of devices)
  • devices (contains devices like ntron, htron, snspd)

Getting Started

Installing

  • Make sure gdspy is installed
  • Install qnngds package with 'pip install qnngds'

Dependencies

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

How to contribute