docs(palace): compare electrostatic cmim against IHP PDK compact model#169
Draft
vvahidd wants to merge 1 commit into
Draft
docs(palace): compare electrostatic cmim against IHP PDK compact model#169vvahidd wants to merge 1 commit into
vvahidd wants to merge 1 commit into
Conversation
Clarify what the electrostatic notebook simulates (plate-to-plate mutual capacitance), explain the Maxwell vs mutual capacitance-matrix conventions, and link the IHP cap_cmim SPICE model. Add a PDK compact-model reference cell (area+perimeter law from techParams) and compare Palace Cm[1,2] against it. Remove the parallel-plate analytical sections.
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.
Reworks the electrostatic capacitance notebook (
nbs/_palace_electrostatic) to make clear what it simulates and to compare against the IHP PDK model rather than a hand-rolled parallel-plate estimate.Changes
cmim, and explains the two capacitance-matrix conventions Palace writes:terminal-C.csv(Maxwell) vsterminal-Cm.csv(mutual/"SPICE"), withCm[1,2]being the device value.capacitors_mod.lib) and notescap_cmimis a 2-terminal area+perimeter model.techParams(caspec,cpspec,lwd), soC_pdkis authoritative rather than hand-tuned.Cm[1,2]against the PDK model value.Note
Running the notebook surfaces a large Palace-vs-PDK gap (~7×) that traces to a separate stack-modeling bug in
ihp-gdsfactory(the MIM dielectric + top plate are lumped into one SiO₂ level). Tracked upstream in gdsfactory/IHP#188 — out of scope for this docs PR.