Skip to content

gdsfactory/quantum-rf-pdk

Repository files navigation

Sample Generic Superconducting Quantum RF PDK 0.0.2

Docs Tests HTML Docs PDF Docs Binder PyPI - Version MIT


A generic process design kit (PDK) for superconducting quantum RF applications based on gdsfactory.

Examples

Installation

We recommend using uv for package management.

Installation for Users

Install the package with:

uv pip install qpdk

Note

After installation, restart KLayout to ensure the new technology appears.

Optional dependencies for the models and simulation tools can be installed with:

uv pip install qpdk[models]

Installation for Contributors

Clone the repository and install at least the development dependencies:

git clone https://github.com/gdsfactory/quantum-rf-pdk.git
cd quantum-rf-pdk
uv sync --extra dev

Testing and Building Documentation

Check out the commands for testing and building documentation with:

make help

Documentation

Contributors 6