SiEPIC / openEBL-2024-07-Si-Heaters

Submission for fabrication of silicon photonics for a SiEPIC openEBL run
https://siepic.ca/openebl/
MIT License
2 stars 33 forks source link

github page contains outdated instructions for creating YAML file #98

Open newmansc2 opened 1 month ago

newmansc2 commented 1 month ago

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

lukasc-ubc commented 1 month ago

@JymBone5 could you please update the slides, as well as make a pull request to modify the readme?

thank you

JymBone5 commented 1 month ago

slides updated and readme changed, pull request submitted