Skip to content

Conversation

@Pimss
Copy link
Collaborator

@Pimss Pimss commented Dec 16, 2025

added netlist parser capacity for solving natively spice like tool netlist into elecsolve.

  • netlist_parser : add NetlistParser class to source
  • test_netlist_parser : test to netlist main feature
  • changed init.py to include NetlistParser in package

Simple netlist parser. Parse inductors, resistors, capacitances, coupling coefficent and a custom netlist element for real coupling element
Added a new NetlistParser class for importing passive netlists and building TemporalSystem instances. Included example usage in the documentation.
@Pimss Pimss requested a review from williampiat3 December 16, 2025 15:57
Copy link
Owner

@williampiat3 williampiat3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

top

@williampiat3 williampiat3 merged commit 8380448 into main Dec 16, 2025
1 check passed
@Pimss Pimss deleted the NetParserFeature branch December 16, 2025 17:01
williampiat3 added a commit that referenced this pull request Jan 1, 2026
* added netlist parser for netlist import

Simple netlist parser. Parse inductors, resistors, capacitances, coupling coefficent and a custom netlist element for real coupling element

* Import NetlistParser in __init__.py

* added tests for NetlistParser Class

* Add Netlist import feature to README

Added a new NetlistParser class for importing passive netlists and building TemporalSystem instances. Included example usage in the documentation.

* Fix import statement for TemporalSystemBuilder

* remove space

---------

Co-authored-by: William PIAT <william.piat@safrangroup.com>
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.

3 participants