You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design software and PDK installation instructions:
Design tools and process design kit (SiEPIC-EBeam-PDK, KLayout implementation)installation instructions.
Automated measurement test routine is submitted as a YAML file that is created using the following utility:
pip install dreamcreator from dreamcreator import sequencecreator as sc sc.launch()
The last line should be changed to:
pip install siepic_testcreator
from SiEPIC_TestCreator import sequencecreator as sc
sc.launch()
The text was updated successfully, but these errors were encountered:
The github page (https://github.com/SiEPIC/openEBL-2024-07-Si-Heaters) contains the following instructions:
Design software and PDK installation instructions:
Design tools and process design kit (SiEPIC-EBeam-PDK, KLayout implementation)installation instructions.
Automated measurement test routine is submitted as a YAML file that is created using the following utility:
pip install dreamcreator from dreamcreator import sequencecreator as sc sc.launch()
The last line should be changed to:
pip install siepic_testcreator
from SiEPIC_TestCreator import sequencecreator as sc
sc.launch()
The text was updated successfully, but these errors were encountered: