Tutorials
Step-by-step guides for common workflows in NH3-SOFC research.
Getting Started
NH3 Decomposition
Analysis & Theory
Advanced Topics
Workflow Diagrams
Complete NH3 Decomposition Study
┌─────────────────┐
│ Build Surface │
│ from Bulk CIF │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Create Defects │
│ (O→N, vacancies)│
└────────┬────────┘
│
▼
┌─────────────────┐
│ Place NH3 │
│ (6 methods) │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Relax Structure │
│ (VASP/MACE) │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Decomposition │
│ Intermediates │
│ NH2*, NH*, N* │
└────────┬────────┘
│
┌────┴────┐
│ │
▼ ▼
┌───────┐ ┌────────┐
│ NEB │ │ Freq │
│ TS │ │ ZPE │
└───┬───┘ └───┬────┘
│ │
└────┬────┘
│
▼
┌─────────────────┐
│ Analysis │
│ • Energy profile│
│ • RDS/barriers │
│ • Gibbs ΔG │
│ • Microkinetics │
└─────────────────┘
Calculation Types
| Calc Type |
VASP INCAR |
Purpose |
relax |
IBRION=2, NSW=300 |
Geometry optimization |
static |
NSW=0 |
Single-point energy |
frequency |
IBRION=5, NFREE=2 |
Vibrational modes |
neb |
IMAGES=5, LCLIMB=T |
Transition states |
md |
IBRION=0, SMASS=0 |
Molecular dynamics |
Best Practices
1. Start Simple
- Begin with a small test system (2x2 surface)
- Use lower ENCUT (400 eV) for initial tests
- Verify convergence before production runs
2. Systematic Studies
- Use consistent parameters across comparisons
- Save all structures to database
- Document calculation settings
3. Validation
- Compare with literature values for benchmark systems
- Check for imaginary frequencies after relaxation
- Verify energy convergence with k-points and ENCUT
Example Scripts
All tutorials include complete, runnable code. Download example scripts:
# Clone with examples
git clone https://github.com/lizhenzhupearl/nh3sofc.git
cd NH3SOFC/examples
Video Tutorials
(Coming soon)