Skip to content

feat: implement linear layout for decoupling capacitor partitions#59

Open
Ojas2095 wants to merge 3 commits intotscircuit:mainfrom
Ojas2095:decoupling-cap-linear-layout
Open

feat: implement linear layout for decoupling capacitor partitions#59
Ojas2095 wants to merge 3 commits intotscircuit:mainfrom
Ojas2095:decoupling-cap-linear-layout

Conversation

@Ojas2095
Copy link
Copy Markdown

@Ojas2095 Ojas2095 commented Apr 9, 2026

When partitionType is 'decoupling_caps', bypasses generic PackSolver2 and uses a dedicated linear row layout that places capacitors in a centered horizontal line with configurable spacing. Also improves general packing by sorting components by pin count (descending) for better heuristic placement.

Resolves #15, partially addresses #12

When partitionType is 'decoupling_caps', bypasses generic PackSolver2 and uses a dedicated linear row layout that places capacitors in a centered horizontal line with configurable spacing. Also improves general packing by sorting components by pin count (descending) for better heuristic placement.

Resolves tscircuit#15, partially addresses tscircuit#12
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

@Ojas2095 is attempting to deploy a commit to the tscircuit Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specialized Layout for Decoupling Capacitors

1 participant