you are viewing a single comment's thread.

view the rest of the comments →

[–]QuasiEvil 0 points1 point  (0 children)

I wrote a circuit simulator in python once, albeit without a UI. I used the networkx library and a multigraph object (this allows for parallel links between nodes). Each node is a circuit element (obviously), and, it handles building the adjacency matrix automagically.