[codex] Bootstrap HFSS plugin - #1
Merged
Merged
Conversation
jiweiqi
marked this pull request as ready for review
May 6, 2026 03:54
jiweiqi
force-pushed
the
codex/bootstrap-hfss-plugin
branch
2 times, most recently
from
May 6, 2026 04:29
4f97eee to
8c4e8ca
Compare
jiweiqi
force-pushed
the
codex/bootstrap-hfss-plugin
branch
from
May 6, 2026 04:32
8c4e8ca to
eb688d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bootstrap
sim-plugin-hfssas an initial Ansys HFSS 3D plugin for sim-cli, with local AEDT smoke validation completed.This PR adds an installable plugin package with:
HfssDriverwith lazy PyAEDT integrationPATH, and conservative default install probesScope
Version 0.1.0 targets HFSS 3D through PyAEDT. It intentionally does not cover HFSS 3D Layout, Maxwell, Icepak, Q3D, Circuit, direct
.aedt/.aedtzbatch solving, or plugin-index catalogue updates before the public package is live and smoke-tested.The driver keeps workflow specifics in agent-authored PyAEDT snippets/scripts rather than adding plugin-specific geometry, port, solve, or export methods.
Local Validation
uv sync --extra testpasseduv lock --checkpasseduv run pytest -q --basetemp .pytest_basetemp/localpassed: 34 passed, 1 skippeduv buildpassed and produced sdist + wheeluv run sim check hfssdetected AEDT 2025.2 through default discoverySIM_HFSS_RUN_INTEGRATION=1 uv run pytest tests/test_hfss_real_smoke.py -q --basetemp .pytest_basetemp/hfss-realsim connect --solver hfss --ui-mode no_gui,inspect session.summary,inspect hfss.project.identity,inspect hfss.design.summary, bounded PyAEDTexec, anddisconnect --stop-serverSimSmoke, solution typeEigenmode, objectSimSmokeBox, setupSimSmokeSetup,setup_created=true,solve_ok=truesim-plugin-hfss 0.1.0is not already publishedgit diff --checkpassedCI
GitHub Actions
cipassed on commit8c4e8cabbc06e03103fd95a6cde483d148038a70:test (3.10): successtest (3.12): successNotes
A PyAEDT 0.26.x startup compatibility shim is included for edition-suffixed AEDT version strings. Detailed environment-specific validation notes are tracked in the internal issue.
Still Gated
sim-plugin-indexaddition are deferred until after the PyPI package is live.