Skip to content

Commit

Permalink
Merge pull request #289 from SiEPIC/xsection
Browse files Browse the repository at this point in the history
Xsection fix
  • Loading branch information
lukasc-ubc authored May 27, 2024
2 parents fb1d4a4 + 2586236 commit f10e4c3
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.9, Components with models"
self.description = "v0.4.10, Components with models"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.9, ANT components"
self.description = "v0.4.10, ANT components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def PCell_get_parameters ( pcell ):
"""

version = '0.4.9'
version = '0.4.10'

verbose=False

Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.9, Silicon Nitride"
self.description = "v0.4.10, Silicon Nitride"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/opics_ebeam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def load_sparameters(

components_list = list(component_factory.keys())
__all__ = components_list
__version__ = "0.4.9"
__version__ = "0.4.10"

if __name__ == "__main__":
import SiEPIC.opics as op
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions klayout/grain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
<url/>
<version>0.5.4</version>
</depends>
<depends>
<name>xsection</name>
<url/>
<version>1.7</version>
</depends>
</salt-grain>

0 comments on commit f10e4c3

Please sign in to comment.