Dillon

Results 95 comments of Dillon
trafficstars

Sorry about that. I reduced this again to a simple case. Before, it was just two capacitors in parallel from the same node. That was easy to fix. This new...

I've been working on this issue, it can be reduced to the following simple circuit: ![image](https://github.com/dsharlet/LiveSPICE/assets/2181376/4ec8100e-56a0-4186-a46d-3c539f17ef52) I think other failures, e.g. #170 are due to this same issue. The problem...

I think you are encountering a bug due to EU vs. US style decimals. The default is supposed to be `Sin[100*2*Pi*t] V` = `Sin[628.318 t] V`, but something is going...

I think adding a component for this makes sense. I'd need to do a bit more reading of the datasheets to learn exactly what the model would be. BTW, if...

I just pushed a fix for the computer algebra breakage, we were missing a rule for derivatives of Pow.

This simulation does work for me as-is when I downloaded it. It produces an output which is not close to being zero mean, which might be a problem, but it...

I'm looking at doing a release now, and I see that since the last release, I made a bunch of changes to the way we understand wires and connectivity, It's...

I actually went and tried the previous release, and it is working there too, so there aren't any recent fixes that are affecting the issue, at least for me...

I tried re-enabling the usage of this here: https://github.com/dsharlet/array/tree/is_constructible. It seems to work fine, but actually relying on it to catch failures produces garbagy results for me still. You can...

@jiawen was looking at it a while back, but I'm not sure about now. The problem is this isn't really hard to implement, but the performance of it is going...