Skip to content

Releases: SiEPIC/SiEPIC-Tools

from GDS layout to FDTD to INTERCONNECT Compact Model

24 Jan 06:57
Compare
Choose a tag to compare

New functionality now working in Windows and OSX:

  • Menu SiEPIC | Simulation | Component: FDTD Simulation ...

fix for OSX, Lumerical integration

23 Jan 05:44
Compare
Choose a tag to compare

bug fix

23 Jan 02:58
Compare
Choose a tag to compare
v0.3.17

v0.3.17

various fixes, improvements

22 Jan 12:08
Compare
Choose a tag to compare
v0.3.16

multiple component simulations, continue if found non-optical component

Windows fix

22 Jan 06:40
Compare
Choose a tag to compare
v0.3.15

v0.3.15

Windows rounding error fixes

22 Jan 05:13
Compare
Choose a tag to compare

Converting float (microns) to int (nanometers, dbu), use the new function:

from SiEPIC.extend import to_itype
to_itype(value, dbu)

e.g.,

from SiEPIC.extend import to_itype
to_itype(12.131, 0.001)
12131

simply dividing by 0.001 doesn't always return the correct answer.

GSiP CML updates, Spice export

21 Jan 19:23
Compare
Choose a tag to compare

GSiP fix

19 Jan 09:47
b13849f
Compare
Choose a tag to compare
v0.3.12

Update __init__.py

GSiP in SiEPIC-Tools, migration util, fixes

19 Jan 09:16
Compare
Choose a tag to compare
  • adding generic silicon photonics (GSiP) technology to this package; removing from SiEPIC-EBeam-PDK
  • updates to the ring modulator transceiver example
  • electrical pins can now be either box or simple_polygon
  • version number in the menu title
  • fix for DC Sources working in netlist import in INTERCONNECT
  • added new functionality to migrate ROUND_PATH waveguides from SiEPIC-EBeam-PDK pre 0.1.41 layouts to SiEPIC-Tools

fixes and error checking for Lumerical integration

18 Jan 09:37
0d7328a
Compare
Choose a tag to compare
v0.3.10

 fixes and error checking for Lumerical integration