Troy Tamas
Troy Tamas
this is awesome @klayoutmatthias ! thanks for doing this and providing the example to start from! indeed, it will be even more compelling once we are able to integrate the...
what are your plans for releasing an initial version of this @klayoutmatthias ? @joamatab , even in the current state of this, i think it would be a nice alternative...
thanks @klayoutmatthias ! i look forward to playing with it
Hi @klayoutmatthias , thanks for providing the example and instructions! I was just trying to get it running, however I get the following error: ``` return await cast( File "/home/troy/canvas2canvas/./server.py",...
nevermind! didn't realize i needed to be on the `qtless-canvas2` branch. it's working now! this is awesome @klayoutmatthias ! I'll play around a bit and let you know if I...
the same approach we just implemented in gdsfactory should work just as well in phidl. you'll just need to figure out the best place to run it. in gdsfactory we...
hi @joamatab , comment out lines 53 and 73-75 of coupler.py  then re-run your sample script with a line added to fix the invalid refs (manually applying the decorator)...
at the end of the day, the geometries will need to snap eventually. in your approach, you snap pre-emptively. in my approach, i let everything be drawn, then snap at...
hi @amccaugh , on a high level i agree with you, but in practice i find that the vast majority of snapping errors happen under one of two conditions 1....
hi @amccaugh , yes in short that _does_, work from my experimentation. our first iteration did something similar to that. you have to be careful about a few things though......