itdaniher
itdaniher
Sounds like something of a fix. Hopefully enough to get let you make forward progress in your work!
Given this bug is pretty easy to run into when writing netlists, and that mentally tracking dependencies is kinda a PITA, I'll take a stab at implementing unique naming /...
I'd be glad to collaborate, there's plenty of room to grow, and I'm keen to see it maintained. Ahkab is a very versatile and effective platform for "continuous time" system...
@Phantom410 found the file I wanted to share! check out https://github.com/itdaniher/ahkab-notebook/blob/master/zttest.py - it's a bit dense, but does some of the system modeling I referred to above!
10/10 for a dict, probably belongs on the Circuit class?
Agree with {long_uid: "External Name"}. The ID could be something magic like a hashed copy of the line in question, which would be internally consistent, easy to derive, and not...
Bumping this, would be very interested to see neon / simd optimisations for aarch64 hardware. I can provide testing / ssh access to anyone interested in working on this.
> Yes they haven't been implemented yet. makes sense, thanks! > For reductions to be of significance to NE3 we should have the ability to perform them at any point...
I actually added monotonicity to Python's ULID2 recently - https://github.com/valohai/ulid2/pull/8/files Ran into some of the issues called out here, but found it to be worthwhile.
Merged at https://github.com/bazaar-projects/docopt/pull/1, thanks!