The Ansys Innovation Space website recently experienced a database corruption issue. While service has been restored there appears to have been some data loss from November 13. We are still investigating and apologize for any issues our users may have as a result.

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.