Thomas Ferreira de Lima
Thomas Ferreira de Lima
@klayoutmatthias @joamatab Checkout my demo in #1125 . Honestly the current API documentation Matthias compiled is excellent for me. My only pain point was the lack of autocomplete, or any...
> Thanks a lot for this encouraging feedback :) You're welcome! Sometimes silence is the best feedback. That means it's working. > I wonder how I can improve the docstrings...
The original request can be fulfilled by reading the documentation here: https://www.klayout.de/doc-qt5/klayout.pdf (PDF) or https://www.klayout.de/doc-qt5/code/index.html (reference) and here https://www.klayout.de/doc-qt5/programming/index.html (entry) - both are listed above. In addition, in the next...
I have two questions: Q1: How do you envision using it in practice? For a Bezier you need four points. Do you suggest the user provides the four points as...
For reference, I found the implementation of the ROUND_PATH PCell from the basic library: It's only 150 lines. https://github.com/KLayout/klayout/blob/master/src/lib/lib/libBasicRoundPath.cc The Bezier cell would be something similar. But I wonder what...
Okay. I suppose I would summarize your answer as "higher speed" and "creating a standard". The cubic Bezier formula is uniquely defined by a function B(t), with 0
- As you probably know, my solution for the first has been to use a [function to layout](https://github.com/lightwave-lab/zeropdk/blob/312118ee36fe3ccf2a6eff2c4417761d389ac112/zeropdk/layout/waveguides.py#L23-L38) a waveguide with varying widths. This function accepts either a single width,...
Note: this is related to #193. In that discussion, I would favor the svg-path (composite Bezier) method, because as a designer I like to ensure the curve passes through some...
I obviously support the klayout option but disclaimer is I don't use gdsfactory yet as I focus on zeropdk. That said, next 0.27 version will support static type checking with...
Hi @sebastian-goeldi I am curious about your comment about merging partial gds. I have to deal with this too and need to manually check for cell duplicates. Would you mind...