Skip to content

Commit

Permalink
Add PySpice and pixie-python
Browse files Browse the repository at this point in the history
The netlist is solved using PySpice in the latest code, this
simplifies the code a bit and also allows this code to be moved
out of solcore (at a later date, if wanted).

The new GridPattern classes use a pixel drawing API from
Pixie (pixie-python module)
  • Loading branch information
danieljfarrell committed Oct 7, 2024
1 parent eb0e07b commit d85c5d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ dependencies = [
"yabox",
"joblib",
"solsesame",
"PySpice",
"pixie-python"
]
dynamic = ["version"]

Expand Down

0 comments on commit d85c5d2

Please sign in to comment.