A generic process design kit (PDK) for superconducting quantum RF applications based on gdsfactory.
- PDK cells in the documentation: showcases available geometries.
qpdk/samples/
: contains example layouts and simulations.qpdk/notebooks/
: contains notebooks demonstrating design and simulation workflows.
We recommend using uv
for package management.
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]
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
Check out the commands for testing and building documentation with:
make help