[WIP] Add RF transformer layout, Palace EM simulation, and Circulax parameter fit notebook#191
Open
delficomerso wants to merge 1 commit into
Open
[WIP] Add RF transformer layout, Palace EM simulation, and Circulax parameter fit notebook#191delficomerso wants to merge 1 commit into
delficomerso wants to merge 1 commit into
Conversation
delficomerso
requested review from
cdaunt,
flaport,
joamatab,
nikosavola and
vvahidd
as code owners
July 9, 2026 15:31
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #191 +/- ##
==========================================
+ Coverage 60.73% 61.04% +0.31%
==========================================
Files 65 65
Lines 9665 9748 +83
Branches 1946 1961 +15
==========================================
+ Hits 5870 5951 +81
- Misses 3131 3132 +1
- Partials 664 665 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Overview
This PR adds a new notebook (
nbs/palace_transformer.ipynb) that demonstrates an end-to-end workflow for designing, simulating, and extracting parameters for an integrated RF transformer.Key Additions
transformer_concentriccomponent (a coplanar 1:1 single-turn coil) usinggdsfactoryand the IHP PDK. Includes a helper function to add a Patterned Ground Shield (PGS).gsim.palaceAPI to extract broadband S-parameters.circulax.optaxoptimization routine designed to minimize the error between thecirculaxmodel's differential impedances and the Palace EM-simulated target impedances (Current Status (WIP)
The layout generation and Palace EM simulations are fully implemented and plotting correctly. The PR is currently marked as WIP while the parameter extraction and
optaxfitting loop are finalized to accurately recover the physical inductance, coupling, and parasitic values.