We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation Photonics Help for qINTERCONNECT Reply To: Help for qINTERCONNECT

Lito
Ansys Employee

The qINTERCONNECT modules are installed into the Lumerical installation. You will have to use the Python that is bundled with Lumerical. Also the Lumerical Python API install path should be in the PYTHONPATH not in the PATH. See below: 

PATH=C:\Program Files\Lumerical\v242\bin;C:\Program Files\Lumerical\v242\Python
PYTHONPATH=C:\Program Files\Lumerical\v242\api\python

e.g. Run the qINTERCONNECT script using our bundled Python, 

"C:\Program Files\Lumerical\v242\Python\python.exe"  NLS_ideal.py

I will check with the team which modules needs to be installed or used when you are running your own Python installation.Â