ElecSolver 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ElecSolver/_version.py +2 -2
- {elecsolver-0.1.0.dist-info → elecsolver-0.1.1.dist-info}/METADATA +5 -19
- {elecsolver-0.1.0.dist-info → elecsolver-0.1.1.dist-info}/RECORD +6 -6
- {elecsolver-0.1.0.dist-info → elecsolver-0.1.1.dist-info}/WHEEL +0 -0
- {elecsolver-0.1.0.dist-info → elecsolver-0.1.1.dist-info}/licenses/LICENCE.txt +0 -0
- {elecsolver-0.1.0.dist-info → elecsolver-0.1.1.dist-info}/top_level.txt +0 -0
ElecSolver/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ElecSolver
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: Formalizes electric systems as linear problems for temporal and frequency-domain studies.
|
5
5
|
Author-email: William Piat <william.piat3@gmail.com>
|
6
6
|
License: MIT
|
@@ -59,27 +59,13 @@ Its main goal is to provide a friendly Python interface for simulating analog el
|
|
59
59
|
- [Solver suggestions](#solver-suggestions)
|
60
60
|
|
61
61
|
## How to install
|
62
|
-
For now this package is
|
63
|
-
|
64
|
-
1. Cloning this repo:
|
65
|
-
|
66
|
-
```
|
67
|
-
git clone https://github.com/williampiat3/ElectricSystemSolver.git
|
62
|
+
For now this package is distributed on pypi and can be installed using pip
|
68
63
|
```
|
69
|
-
|
70
|
-
2. Creating a conda environement using the `env.yml` file:
|
71
|
-
|
64
|
+
pip install ElecSolver
|
72
65
|
```
|
73
|
-
|
74
|
-
```
|
75
|
-
|
76
|
-
> [!WARNING]
|
77
|
-
> pyMumps is not supported on Windows (But it is on WSL!!): If you want to execute this code on Windows, remove pyMumps from the `env.yml` file and use other solvers instead
|
78
|
-
|
79
|
-
3. Exporting the `PYTHONPATH` variable to import the system builders more smoothly
|
80
|
-
|
66
|
+
For solving the linear systems we advise using MUMPS through pyMUMPS on linux that can be installed via pip
|
81
67
|
```
|
82
|
-
|
68
|
+
pip install pymumps
|
83
69
|
```
|
84
70
|
|
85
71
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
ElecSolver/FrequencySystemBuilder.py,sha256=8GoF8R1d1Qfs3f2y4tXJfu5Yq7iPrZXM-cwogdzu5v0,11962
|
2
2
|
ElecSolver/TemporalSystemBuilder.py,sha256=ierqBI2Vr9LoLVi9ddNzKo7Z7dmZ3uPEywGHn8F73jg,23515
|
3
3
|
ElecSolver/__init__.py,sha256=jYln4Hwpz5Y7aXUxCnHU6kPs--2MXc58rbaTTQvcE8I,224
|
4
|
-
ElecSolver/_version.py,sha256
|
4
|
+
ElecSolver/_version.py,sha256=Mmxse1R0ki5tjz9qzU8AQyqUsLt8nTyCAbYQp8R87PU,511
|
5
5
|
ElecSolver/utils.py,sha256=M-42jBk3BW0jPq1DDAC04VwrDIgTAS0sI9q28l2j5YY,5215
|
6
|
-
elecsolver-0.1.
|
7
|
-
elecsolver-0.1.
|
8
|
-
elecsolver-0.1.
|
9
|
-
elecsolver-0.1.
|
10
|
-
elecsolver-0.1.
|
6
|
+
elecsolver-0.1.1.dist-info/licenses/LICENCE.txt,sha256=v-lfIiLUg0gkkSbraLUejUcFsyG7SbKQaK7GqgIEWFQ,1068
|
7
|
+
elecsolver-0.1.1.dist-info/METADATA,sha256=WHZnwkLxTGiU0AqWJ6Sf4TJj3A-7GbQN2cc8hJQBIZY,8151
|
8
|
+
elecsolver-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
elecsolver-0.1.1.dist-info/top_level.txt,sha256=2toqgPNV9y44OzukZZEL4qeFZFkNR1GXZjIlZVmC-Ic,11
|
10
|
+
elecsolver-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|