We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug When executing the Lumerical FDTD example, pydantic throws a ValidationError which comes from cross_section.py.
Full error log in the attached file: 2024-09-06_gplugins_lumerical_fdtd_error.txt
To Reproduce Follow the example from notebook in the docs.
import lumapi session = lumapi.FDTD() import gdsfactory as gf from gdsfactory.generic_tech import LAYER_STACK, get_generic_pdk import gplugins.lumerical as sim gf.config.rich_output() PDK = get_generic_pdk() PDK.activate() c = gf.components.mmi1x2() sim.write_sparameters_lumerical(component=c, layer_stack=LAYER_STACK, run=False, session=session)
The lumapi connection is working. Executing session = lumapi.FDTD() opens the Lumerical GUI.
session = lumapi.FDTD()
Versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When executing the Lumerical FDTD example, pydantic throws a ValidationError which comes from cross_section.py.
Full error log in the attached file: 2024-09-06_gplugins_lumerical_fdtd_error.txt
To Reproduce
Follow the example from notebook in the docs.
The lumapi connection is working. Executing
session = lumapi.FDTD()
opens the Lumerical GUI.Versions
The text was updated successfully, but these errors were encountered: