A set of helpful shell scripts for working with SIESTA simulations, designed to simplify data extraction and installation.
Extracts spin moments from SIESTA output files and organizes them into a clean data file.
- Supports multiple output files
- Automatically formats extracted data
- Generates a ready-to-use
.datfile
# Step 1: Define your data range (if using multiple outputs)
# Step 2: Run the script
sh spin_moment.sh-
A file named
spin_moment.dat- Column 1: Data range
- Column 2: Spin moment values
Automates the installation of SIESTA along with all required libraries in parallel mode.
- Installs dependencies automatically
- Supports parallel compilation
- Saves time on manual setup
# Make the script executable
chmod +x install_siesta.sh
# Run the installer
./install_siesta.shNarender Kumar 📧 Email: bansalnarender25@gmail.com
Contributions are welcome!
- Fork the repository
- Create a new branch
- Submit a pull request
This project is licensed under the MIT License.