Stephen Whiteley of Whiteley Research Inc. has open sourced his design tools. They support superconductors and various simulators mentioned above. http://www.wrcad.com/
Hello,
I know this is an old post but I am trying to perform operations such as merges.
In python I have written the following:
for lind in layout.layer_indexes():
mergeReg = pya.Region(top.begin_shapes_rec(lind))
mergeReg.merge
t…