A comprehensive guide to computational materials science using Density Functional Theory (DFT) with VASP and the Atomic Simulation Environment (ASE).
Author: John Kitchin
- Python 3.10+
- uv package manager
# Install dependencies
uv sync
# Activate the environment
source .venv/bin/activate# Build HTML version
make html
# Build PDF (requires LaTeX)
make pdf
# Serve locally for development
make serveThe built book will be in _build/html/.
- Introduction to the Book
- Introduction to DFT
- Molecules
- Bulk Systems
- Surfaces
- Atomistic Thermodynamics
- Advanced Electronic Structure
- Databases
- Acknowledgments
- Appendices
- Python
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives (CC-BY-NC-ND) license.
If you use this book in your research, please cite:
Kitchin, J. R. "Modeling Materials Using Density Functional Theory"