qnngroup / qnngds

MIT License
4 stars 3 forks source link

Cleanup devices #58

Closed audrey01mit closed 5 months ago

audrey01mit commented 5 months ago

In this work, I went through every device, circuit, geometry and test to try to:

All of this simply to be able to have he key informations about a design only by having the gds file generated at the end of the code. We don't want to manually have to go back to the code to get information on devices etc.

Created tests python file to generate gds files containing devices returned by all qnngds functions.

Improvements of this version are still to be made: see issues #59 and #60.