Skip to content

Releases: SiEPIC/SiEPIC-Tools

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

FDTD & INTERCONNECT simulations

17 Jan 10:23
Compare
Choose a tag to compare
  • new feature: FDTD simulations of components.

Fix for Windows without INTERCONNECT

12 Jan 04:38
Compare
Choose a tag to compare

removed dependancy on package 'Windows_Python_packages_for_KLayout'.

Moved Windows files to Package: Windows_Python_packages_for_KLayout

07 Jan 09:31
Compare
Choose a tag to compare
v0.3.7

moved to Package: Windows_Python_packages_for_KLayout

Windows_Python_packages_for_KLayout

07 Jan 09:15
Compare
Choose a tag to compare

Fixes for Windows INTERCONNECT integration

07 Jan 08:08
Compare
Choose a tag to compare