Benedict Jones
Benedict Jones
A similar issue (and solution) can be seen here but for _ngspyce_: https://github.com/ignamv/ngspyce/issues/11
> > > @benedictjones I cannot reproduce your crash and I suspect you made a mistake transposing my patch to your local installation. > > That said, I believe that...
Thank you very much for your response and help! I have tried what you suggested, but unfortunately it didn't seem to fix the issue. I'll stick to Linux for now...
Thanks @GleidsonLeite! I can confirm that this seems to stop the memory leak problem on windows, and means you can execute long loops without the memory constantly increasing (and maybe...
It is quite hard to understand exactly what you are asking? Can you give an example? The first thing that came to mind for me is the expressions you might...
I was having this problem. I went back and tried re-installing using the x64 version (not the x86 version which I initially used) and now it works. v7.1
Unfortunately, the example import `spice_library['1N4148']` does seem to work. However, you can work around this by importing the desired component/library differently (you will need to source these yourself, but are...
I have managed to use B sources perfectly fine (Chapter 5.1 of ngspice 31 manual) in my PySpice code. For example, if we have two nodes 'in' and 'out', we...
You can create a function which takes in your circuit parameters, then use multiprocessing
Another good SPICE based python package is [PySpice](https://github.com/PySpice-org/PySpice)