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 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()