This repository contains all code developed during an internship at AMOLF. The project consists of two main components:
- Plotting – Scripts used to process measurements and generate the figures included in the thesis.
- Recipe Creation – Python-based tools for generating fabrication recipes.
Detailed instructions for running each component can be found in the corresponding project folders. Before using the code, first clone the repository to your local system using the instructions below.
To run the code locally, enter the following command in your computer's command prompt or terminal depending on your operating system:
git clone https://github.com/Merlino2004/AMOLF-StageThis downloads the entire repository to your system. Certain packages need to be installed for the code to run; these are detailed in the tutorial in the designated application's folder. It is recommended that you create different environments for each application, as this solves certain dependency issues. Once the necessary packages have been installed, open the scripts using the designated code editor and the code can be run!
Each application requires specific Python packages, which are documented in the tutorial or README located within the relevant project folder. It is recommended to create a separate Python environment for each application to avoid dependency conflicts. After installing the required packages, open the scripts in your preferred code editor or IDE and run them as described in the corresponding tutorial.
AMOLF_Stage/
- README.md # A Markdown file describing the GitHub repository.
- Plotting/ # Code for plotting all figures in the thesis.
- RecipeCreation/ # Code for creating recipes through python.