gdshelpers icon indicating copy to clipboard operation
gdshelpers copied to clipboard

GDSHelpers is an open-source package for automatized pattern generation for nano-structuring.

Results 8 gdshelpers issues
Sort by recently updated
recently updated
newest added

This replaces the old spiral with a new version of an archimedean spiral which allows to set the length. The number of turns required to achieve the length is determined...

enhancement

Suggestion for a new format for the `desc` output dictionary. This follows more closely the idea of GDSII that each cell is identified by a unique name and can be...

If this is run on a cell array, it does not recognize multiple instantiations....only the original copy at the original origin is placed (like just cellarray[0] and not the others....)....

Sometime, the cell creation is expensive and benefits from parallelization. At the same time, some sub-cells can be reused between cells. Currently, this fails because when ProcessPoolExecutor (or similar parallelization...

I am curious if an update could be rolled out to make GDShelpers, compatible with Shapely 2.X. When using with shapely 1.8 versions, the only depreciation error I saw was...

Hello, I have just installed gdshelper on my python. I tried to run the first example on the tutorial, but it returns me the error "No module named 'shapely.topology'" Shapely...

The current implementation of the RingResonator circumference @property def circumference(self): return 2 * np.pi * self.radius + 2 * self.race_length lacks the contribution of the optional vertical racetrack section and...