Skip to content

Commit 7d7ed3d

Browse files
authored
feat: add PyLumerical (#1119)
* feat: add PyLumerical * chore: inverted colors for PyLumerical thumbnail
1 parent b04e612 commit 7d7ed3d

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ The ``pyansys`` metapackage ensures compatibility between these PyAnsys packages
6262
- `PyFluent <https://fluent.docs.pyansys.com/>`_: Pythonic interface to Ansys Fluent.
6363
- `PyFluent - Visualization <https://visualization.fluent.docs.pyansys.com/>`_: Pythonic interface to visualize Ansys Fluent simulations.
6464
- `PyGranta <https://grantami.docs.pyansys.com/>`_: Pythonic interface to Ansys Granta MI services.
65-
- `PyHPS <https://hps.docs.pyansys.com/version/dev/>`_: A Python client for Ansys HPC Platform Services (HPS).
65+
- `PyHPS <https://hps.docs.pyansys.com/>`_: A Python client for Ansys HPC Platform Services (HPS).
66+
- `PyLumerical <https://lumerical.docs.pyansys.com/>`_: Pythonic interface to Ansys Lumerical.
6667
- `PyMAPDL <https://mapdl.docs.pyansys.com/>`_: Pythonic interface to Ansys MAPDL (Mechanical APDL).
6768
- `PyMAPDL Reader <https://reader.docs.pyansys.com/>`_: Pythonic interface to read legacy MAPDL result files (MAPDL 14.5 and later).
6869
- `PyMechanical <https://mechanical.docs.pyansys.com/>`_: Pythonic interface to Ansys Mechanical.
@@ -121,6 +122,7 @@ By default, the PyAnsys metapackage installs these core modules:
121122
- `PyFluent`_
122123
- `PyGranta`_
123124
- `PyHPS`_
125+
- `PyLumerical`_
124126
- `PyMAPDL`_
125127
- `PyMechanical`_
126128
- `PyMotorCAD`_
49.1 KB
Loading

projects.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,20 @@ projects:
281281
examples: https://data-transfer.hps.docs.pyansys.com/version/stable/examples/index.html
282282
api: https://data-transfer.hps.docs.pyansys.com/version/stable/api/index.html
283283

284+
pylumerical:
285+
name: PyLumerical
286+
repository: https://github.com/ansys/pylumerical
287+
description: A Python client library for Ansys Lumerical
288+
thumbnail: _static/thumbnails/pylumerical.png
289+
families: [Optics]
290+
tags: [Flagship]
291+
icon: _static/icons/optics.svg
292+
documentation:
293+
base: https://lumerical.docs.pyansys.com/version/stable
294+
user_guide: https://lumerical.docs.pyansys.com/version/stable/user_guide/index.html
295+
examples: https://lumerical.docs.pyansys.com/version/stable/examples.html
296+
api: https://lumerical.docs.pyansys.com/version/stable/api/index.html
297+
284298
pymapdl:
285299
name: PyMAPDL
286300
repository: https://github.com/ansys/pymapdl

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
"ansys-geometry-core==0.12.1",
3939
"ansys-hps-client==0.11.1",
4040
"ansys-hps-data-transfer-client==0.3.1",
41+
"ansys-lumerical-core==0.1.0",
4142
"ansys-mapdl-core==0.71.1",
4243
"ansys-math-core==0.2.4",
4344
"ansys-mechanical-core==0.11.36",

tools/links.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"ansys-fluent-core": "https://fluent.docs.pyansys.com/version/stable",
3636
"ansys-hps-client": "https://hps.docs.pyansys.com/version/stable",
3737
"ansys-hps-data-transfer-client": "https://data-transfer.hps.docs.pyansys.com/version/stable", # noqa: E501
38+
"ansys-lumerical-core": "https://lumerical.docs.pyansys.com/version/stable",
3839
"ansys-mapdl-core": "https://mapdl.docs.pyansys.com/version/stable",
3940
"ansys-math-core": "https://math.docs.pyansys.com/version/stable",
4041
"ansys-sound-core": "https://sound.docs.pyansys.com/version/stable",

0 commit comments

Comments
 (0)