Layout design tool for superconducting circuits based on gdstk.
Currently, the ldesign
project only supports python >= 3.10
. Because
gdstk
and gdspy
is difficult to install on Windows via pip
, Windows users are
suggested to use conda
.
conda create -n ldesign -c conda-forge --strict-channel-priority python=3.10
conda activate ldesign
conda install gdstk gdspy
Refer to gdstk and gdspy for details.
After installing gdstk
and gdspy
, install ldesign
from pip
pip install ldesign
or install in development mode
git clone https://github.com/kahojyun/ldesign.git
cd ldesign
pip install -e .
typings
stores type stubs forgdstk
- Shared element factory.
- Element reference.
- Element builder.
- Simplified
PathBuilder
.