Project settings

Project settings#

We recommend using gdsfactory+ project templates for new projects. These templates include a pyproject.toml file that configures the project to use GDSFactory+ and its dependencies.

However, if you want to create a project without using the template, you can manually configure your project to use GDSFactory+.

To configure GDSFactory+ in your project add the following to your project’s pyproject.toml:

[tool.gdsfactoryplus.pdk]
name = "..." # set the pdk used in this project

[tool.gdsfactoryplus.sim.wls]
min = 1.26
max = 1.36
num = 300