{"id":50145302,"url":"https://github.com/beamzorg/beamz","last_synced_at":"2026-05-24T03:34:43.720Z","repository":{"id":294326324,"uuid":"979745327","full_name":"beamzorg/beamz","owner":"beamzorg","description":"GPU-accelerated electromagnetic FDTD simulations for compact modeling and inverse design / gradient-based optimization of nanophotonic devices with Python. ","archived":false,"fork":false,"pushed_at":"2026-05-23T20:19:21.000Z","size":53974,"stargazers_count":37,"open_issues_count":15,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-24T03:34:40.819Z","etag":null,"topics":["compact-model","electromagnetics","fdtd","gdsfactory","gpu-acceleration","inverse-design","jax","nanophotonics","photonics","physics","s-matrix","sax","simulation"],"latest_commit_sha":null,"homepage":"https://beamzorg.github.io/beamz-notebooks/","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/beamzorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-08T02:17:32.000Z","updated_at":"2026-05-23T20:19:28.000Z","dependencies_parsed_at":"2026-01-03T08:05:30.062Z","dependency_job_id":null,"html_url":"https://github.com/beamzorg/beamz","commit_stats":null,"previous_names":["quentinwach/beamz","beamzorg/beamz"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/beamzorg/beamz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beamzorg%2Fbeamz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beamzorg%2Fbeamz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beamzorg%2Fbeamz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beamzorg%2Fbeamz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beamzorg","download_url":"https://codeload.github.com/beamzorg/beamz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beamzorg%2Fbeamz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33420660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["compact-model","electromagnetics","fdtd","gdsfactory","gpu-acceleration","inverse-design","jax","nanophotonics","photonics","physics","s-matrix","sax","simulation"],"created_at":"2026-05-24T03:34:43.638Z","updated_at":"2026-05-24T03:34:43.716Z","avatar_url":"https://github.com/beamzorg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"left\"\u003e\n\u003cimg src=\"docs/assets/BEAMZ_logo.png\" alt=\"BEAMZ\" width=\"150\" align=\"left\" hspace=\"15\" vspace=\"0\"/\u003e\n\nBEAMZ is an **[electromagnetic](https://en.wikipedia.org/wiki/Electromagnetism) simulation** package for photonic chip designers using the **[FDTD](https://en.wikipedia.org/wiki/Finite-difference_time-domain_method) method** written in Jax. It features a **high-level API** for fast prototyping with just a few lines of code, an **inverse design module** for gradient-based optimization using the adjoint method with **[autodiff](https://en.wikipedia.org/wiki/Automatic_differentiation)**.\n\u003c/div\u003e\n\n```bash\npip install beamz\n```\n\n![License](https://img.shields.io/github/license/QuentinWach/beamz)\n![Last Update](https://img.shields.io/github/last-commit/QuentinWach/beamz)\n[![Tests](https://github.com/QuentinWach/beamz/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/QuentinWach/beamz/actions/workflows/tests.yml)\n[![Coverage](https://raw.githubusercontent.com/QuentinWach/beamz/main/.github/badges/coverage.svg)](https://github.com/QuentinWach/beamz/actions/workflows/full-tests.yml)\n\n\n## Core Features\n- **100% Python**, free (MIT license) \u0026 open-source.\n- Modular architecture with a high-level API.\n- **GPU-accelerated** (but CPU-capable).\n- Built-in layout flow (GDSII import/export).\n- FDTD simulation in 2D and **3D**.\n- Absorbing Layers, CPML (WIP), and PEC boundaries.\n- **Sub-pixel smoothing** (using super-sampling).\n- Gaussian and **mode sources** with TE and TM polarization.\n- Custom source time profiles.\n- **DFT monitors** and S-parameter extraction workflow for compact modeling.\n- Streamlined parametric design module and interactive 3D web-view.\n- Optimization/autodiff utilities for gradient-based **inverse-design** with Jax.\n\n\n## Examples\nRead and try out our **[example notebooks](https://beamzorg.github.io/beamz-notebooks/)** or download and run [`examples/` from this repository](https://github.com/beamzorg/beamz/tree/main/examples).\n\n\n## About\nBEAMZ's goal is to become the **pragmatic** FDTD engine of choice for **photonic chip designers**.\n\nIt focuses on **streamlined workflows** to produce **useful results** without tedious setup or configuration files. While currently still experimental, this is _not_ a research project with the goal to demo a novel framework we can publish, nor a costly, closed API that hides how it works and gives you no ownership. A **modular architecture** is chosen over a purely object-oriented architecture to **make the code readable and development easy** so that, if there is something that isn't working or missing, you can quickly add it yourself.\n\nIf any of this excites you or if have any questions, please open an issue on GitHub. Feel free to fork this project, to suggest or contribute new features, or simply support the project by **giving this repo a star.** Thank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeamzorg%2Fbeamz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeamzorg%2Fbeamz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeamzorg%2Fbeamz/lists"}