scripts¶ This folder contains scripts used for different aspects of the project: python: Python scripts for analysis and visualization. shell: Shell scripts for tasks like compiling code or managing SLURM jobs. Organization¶ scripts/ ├── python │ ├── analysis │ └── visualization ├── README.md └── shell ├── compilation └── slurm