{"id":13736141,"url":"https://gdsfactory.github.io/gplugins/","last_synced_at":"2025-05-08T12:32:16.859Z","repository":{"id":185346346,"uuid":"673340588","full_name":"gdsfactory/gplugins","owner":"gdsfactory","description":"gdsfactory plugins","archived":false,"fork":false,"pushed_at":"2024-04-11T23:22:48.000Z","size":2080,"stargazers_count":27,"open_issues_count":30,"forks_count":26,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-13T21:01:35.092Z","etag":null,"topics":["cad","circuit","circuit-simulation","eda","electronics-tools","gds","gdsii","klayout","oasis","pcb-layout","photonics","verification"],"latest_commit_sha":null,"homepage":"https://gdsfactory.github.io/gplugins/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gdsfactory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-01T12:10:54.000Z","updated_at":"2024-04-15T03:32:52.755Z","dependencies_parsed_at":"2023-08-01T15:36:57.460Z","dependency_job_id":"6ae9376f-eaa7-4953-aaf5-72f0cbf6622f","html_url":"https://github.com/gdsfactory/gplugins","commit_stats":{"total_commits":551,"total_committers":22,"mean_commits":"25.045454545454547","dds":"0.35027223230490023","last_synced_commit":"3afb59a16d677f8e916c57d9952784efa039c7c7"},"previous_names":["gdsfactory/gplugins"],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdsfactory%2Fgplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdsfactory%2Fgplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdsfactory%2Fgplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gdsfactory%2Fgplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gdsfactory","download_url":"https://codeload.github.com/gdsfactory/gplugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224732131,"owners_count":17360416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cad","circuit","circuit-simulation","eda","electronics-tools","gds","gdsii","klayout","oasis","pcb-layout","photonics","verification"],"created_at":"2024-08-03T03:01:16.505Z","updated_at":"2025-05-08T12:32:16.848Z","avatar_url":"https://github.com/gdsfactory.png","language":"Python","funding_links":[],"categories":["layout"],"sub_categories":[],"readme":"# gplugins 1.3.3\n\n[![docs](https://github.com/gdsfactory/gplugins/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gplugins/)\n[![PyPI](https://img.shields.io/pypi/v/gplugins)](https://pypi.org/project/gplugins/)\n[![PyPI Python](https://img.shields.io/pypi/pyversions/gplugins.svg)](https://pypi.python.org/pypi/gplugins)\n[![MIT](https://img.shields.io/github/license/gdsfactory/gplugins)](https://choosealicense.com/licenses/mit/)\n[![codecov](https://img.shields.io/codecov/c/github/gdsfactory/gplugins)](https://codecov.io/gh/gdsfactory/gdsfactory/tree/main/gplugins)\n\nGDSFactory plugins:\n\n- Device simulators\n    - Meshing\n    - FDTD\n        - `Ansys Lumerical`\n        - tidy3d\n        - Luminescent\n        - FDTDz\n        - MEEP\n    - FEM\n        - `femwell` Finite Element Method Solver (heaters, modes, TCAD, RF waveguides).\n        - `elmer` for electrostatic (capacitive) simulations.\n        - `palace` for full-wave driven (S parameter) and electrostatic (capacitive) simulations.\n    - EME\n        - `meow` Eigen Mode Expansion (EME).\n    - Mode Solver\n        - Tidy3d\n        - Femwell\n        - MPB\n    - TCAD\n        - `devsim` TCAD device simulator.\n- Circuit simulations\n    - `sax` S-parameter circuit solver.\n    - `vlsir` for parsing GDS-extracted circuit netlists into Cadence Spectre, NgSpice and Xyce Schematic File formats.\n\n\n## Installation\n\nYou can install most plugins with:\n\n```bash\npip install \"gdsfactory[full]\" --upgrade\n```\n\nor\n\n```bash\npip install \"gplugins[devsim,femwell,gmsh,schematic,meow,meshwell,ray,sax,tidy3d]\" --upgrade\n```\n\nOr install only the plugins you need. For example:\n\n```bash\npip install \"gplugins[schematic,femwell,meow,sax,tidy3d]\" --upgrade\n\n```\n\n### Non-pip plugins\n\nThe following plugins require special installation as they can't be installed with `pip`:\n\n- For Meep and MPB you need to use `conda` or `mamba` on MacOS, Linux or [Windows WSL (Windows Subsystem for Linux)](https://learn.microsoft.com/en-us/windows/wsl/install) with `conda install pymeep=*=mpi_mpich_* -c conda-forge -y`\n- For Elmer, refer to [Elmer FEM – Installation](https://www.elmerfem.org/blog/binaries/) for installation or compilation instructions each platform. Gplugins assumes `ElmerSolver`, `ElmerSolver_mpi`, and `ElmerGrid` are available in your PATH environment variable.\n- For Palace, refer to [Palace – Installation](https://awslabs.github.io/palace/stable/install/) for compilation instructions using Spack or Singularity. Gplugins assumes `palace` is available in your PATH environment variable.\n\n## Installation for contributors\n\nWe recommend `uv` for installing GDSFactory:\n\n```bash\n# On macOS and Linux.\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n```bash\n# On Windows.\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\nThen you can install gdsfactory with:\n\n```bash\nuv venv --python 3.11\nuv sync --extra docs --extra dev\n```\n\n\n## Getting started\n\n- [Read docs](https://gdsfactory.github.io/gplugins/)\n- [Read gdsfactory docs](https://gdsfactory.github.io/gdsfactory/)\n- [![Join the chat at https://gitter.im/gdsfactory-dev/community](https://badges.gitter.im/gdsfactory-dev/community.svg)](https://gitter.im/gdsfactory-dev/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/gdsfactory.github.io%2Fgplugins%2F","html_url":"https://awesome.ecosyste.ms/projects/gdsfactory.github.io%2Fgplugins%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gdsfactory.github.io%2Fgplugins%2F/lists"}