The Lumerical Python API connector module to automate complex workflows and/or parameter optimization sweeps.
Currently, this module must be installed manually.
- Clone the repository:
git clone https://github.com/pleskunov/lumapi_connector.git
- Activate the virtual environment,
cdinto the package root directory and install it withpiporconda:
conda develop .
or
pip install -e .
- To uninstall the package,
cdinto the package root directory and usepiporconda:
conda develop -u .
or
pip uninstall .