conda安装gdstk
gdstk是gdspy的继承. gdspy是用python写的一个模块,而gdstk是gdspy的C++重构设计.
To use an existing environment, make sure it is configured to prioritize the conda-forge channel:
# Configure the conda-forge channel
conda config --env --add channels conda-forge #添加conda-forge通道
# conda config --env --set channel_priority strict #可不需要
# Install gdstk
conda install gdstk
gdstk无法直接显示图形,可以输出.gds文件并结合KLayout查看
帮助文档参考:
gdstk:https://heitzmann.github.io/gdstk/
gdspy:https://gdspy.readthedocs.io/en/stable/