| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains various auxiliary tools for ABACUS calculations.
tools/
├── README.md
│
├── 01_NAO_generation/ # Numerical atomic orbital generation tools
│ ├── SIAB/ # Simulated Annealing method (C++)
│ ├── pytorch/ # PyTorch gradient method V1
│ ├── pytorch_dpsi/ # PyTorch gradient method V2 (with dpsi)
│ ├── pytorch_gradient_source/ # Original PyTorch gradient implementation
│ ├── lcao_bash/ # LCAO basis set bash tools
│ ├── abfs_bash/ # ABFS basis set bash tools
│ ├── qo/ # Quasiatomic orbital (QO) generation
│ ├── Generate_Orbital_AllInOne.sh # Main orbital generation script
│ └── examples/ # Usage examples
│
├── 02_postprocessing/ # Post-processing and visualization tools
│ ├── rt-tddft-tools/ # Real-time TDDFT analysis
│ ├── stm/ # STM image generation
│ ├── average_pot/ # Average electrostatic potential
│ ├── selective_dynamics/ # ABACUS + Phonopy phonon calculation
│ └── plot-tools/ # Band structure, DOS, dipole and absorption
│
├── 03_code_analysis/ # Source code analysis tools
│ └── generate_include_analysis.py
│
└── 04_windows_installation/ # Windows one-click installer via WSL2
├── install-abacus.bat
├── uninstall-abacus.bat
├── provision.sh
└── README.md
cd 01_NAO_generation
./Generate_Orbital_AllInOne.sh ORBITAL_INPUTcd 02_postprocessing/rt-tddft-tools
python plot_absorption.py --helpcd 02_postprocessing/stm
python stm.py --helpcd 02_postprocessing/average_pot
python aveElecStatPot.py --helpRun as administrator:
04_windows_installation/install-abacus.bat| Back | FazBrowse Home | New Git URL |