Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.10.0rc3] - 2025-11-26

### Added
- Added optional automatic extrusion of structures at the simulation boundaries into/through PML/Absorber layers via `enable_extrusion` field in class `AbsorberSpec`.
- Added S-parameter de-embedding to `TerminalComponentModelerData`, enabling recalculation with shifted reference planes.
- Added optional automatic extrusion of structures intersecting with a `WavePort` via the new `extrude_structures` field, ensuring mode sources, absorbers, and PEC frames are fully contained.
- Added support for `tidy3d-extras`, an optional plugin that enables more accurate local mode solving via subpixel averaging.
Expand Down
23 changes: 22 additions & 1 deletion schemas/EMESimulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"default": {},
"type": "object"
},
"extrude_structures": {
"default": false,
"type": "boolean"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -1008,6 +1012,7 @@
"minus": {
"default": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1072,6 +1077,7 @@
"plus": {
"default": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1167,6 +1173,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -1186,6 +1193,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1216,6 +1224,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -1235,6 +1244,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1265,6 +1275,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -1284,6 +1295,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -4718,6 +4730,7 @@
"type": "integer"
},
"num_sweep": {
"default": 1,
"minimum": 0,
"type": "integer"
},
Expand Down Expand Up @@ -9352,6 +9365,10 @@
"default": {},
"type": "object"
},
"extrude_structures": {
"default": true,
"type": "boolean"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -11286,6 +11303,10 @@
"default": {},
"type": "object"
},
"extrude_structures": {
"default": false,
"type": "boolean"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -12996,7 +13017,7 @@
"type": "string"
},
"version": {
"default": "2.10.0",
"default": "2.10.0rc3",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion schemas/HeatChargeSimulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10146,7 +10146,7 @@
"type": "string"
},
"version": {
"default": "2.10.0",
"default": "2.10.0rc3",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion schemas/HeatSimulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10146,7 +10146,7 @@
"type": "string"
},
"version": {
"default": "2.10.0",
"default": "2.10.0rc3",
"type": "string"
}
},
Expand Down
28 changes: 27 additions & 1 deletion schemas/ModeSimulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"default": {},
"type": "object"
},
"extrude_structures": {
"default": false,
"type": "boolean"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -1008,6 +1012,7 @@
"minus": {
"default": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1072,6 +1077,7 @@
"plus": {
"default": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1167,6 +1173,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -1186,6 +1193,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1216,6 +1224,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -1235,6 +1244,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -1265,6 +1275,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -1284,6 +1295,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -9073,6 +9085,10 @@
"default": {},
"type": "object"
},
"extrude_structures": {
"default": true,
"type": "boolean"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -11007,6 +11023,10 @@
"default": {},
"type": "object"
},
"extrude_structures": {
"default": false,
"type": "boolean"
},
"name": {
"type": "string"
},
Expand Down Expand Up @@ -12159,6 +12179,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -12178,6 +12199,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -12201,6 +12223,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -12220,6 +12243,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -12243,6 +12267,7 @@
"attrs": {},
"minus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand All @@ -12262,6 +12287,7 @@
},
"plus": {
"attrs": {},
"extrude_structures": true,
"name": null,
"num_layers": 12,
"parameters": {
Expand Down Expand Up @@ -12815,7 +12841,7 @@
"type": "string"
},
"version": {
"default": "2.10.0",
"default": "2.10.0rc3",
"type": "string"
}
},
Expand Down
Loading
Loading