Giuseppe Venturini
Giuseppe Venturini
If a circuit contains a voltage source with part_id `V` and the circuit has a node named ``, the symbolic solver will first create two variables equally named `V` and...
In `deltasigma/_realizeNTF.py` there is no code to test the 'PFF' topology.
Hi, I am trying out `pyautodiff` and I ran into the following problem: ``` python from autodiff import gradient @gradient def f(x): return x**2 print(f(100)) ``` Prints out: ``` 0.0...
This is just a minor fix. After this, I was able to install `pyautodiff` with no errors. Thanks for developing this package, it seems very interesting. GV
Hi there, I've been trying to try out `pyautodiff` with no luck, as ``` python setup.py install ``` does not copy the package files over to `site_packages`, resulting in errors...