vasp-md

Automates ab initio molecular dynamics simulations with VASP for finite-temperature trajectories.

181|20|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Hello-QM/catgo-LRG --skill vasp-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vasp-md
Source: https://github.com/Hello-QM/catgo-LRG/tree/main/.claude/skills/vasp-md
Command: npx skills add https://github.com/Hello-QM/catgo-LRG --skill vasp-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ab initio molecular dynamics (AIMD) with VASP enables finite-temperature exploration of structural stability, diffusion, and reaction dynamics in materials by computing forces from DFT at finite temperatures.

Core Features & Use Cases

  • NVT/NVE AIMD simulations to study thermal stability, diffusion, and reaction dynamics.
  • Trajectory analysis to extract energies, temperatures, and structural properties from MD runs.
  • Workflow integration with CatGo to set up inputs, run MD, and post-process results for materials experiments.

Quick Start

Submit an AIMD job at 600 K using VASP with MD settings and analyze the resulting trajectory.

Frequently Asked Questions about vasp-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run ab initio molecular dynamics using VASP to study diffusion at finite temperatures?

Ab initio molecular dynamics with VASP computes forces from DFT to explore finite-temperature diffusion, thermal stability, and reaction dynamics. You submit an AIMD job by specifying MD settings like NSW, POTIM, and TEBEG/TEEND to generate a trajectory for analysis.

Can I run NVT and NVE ensemble simulations with VASP for materials science scenarios?

Yes, NVT and NVE ensemble simulations are supported for materials science scenarios. NVT uses a thermostat via the SMASS parameter to maintain constant temperature, while NVE allows energy conservation to study natural finite-temperature dynamics and thermal stability.

What VASP parameters do I need to set up an AIMD trajectory calculation?

Setting up an AIMD trajectory calculation requires standard VASP MD parameters including NSW for steps, POTIM for time step, TEBEG and TEEND for temperature control, and SMASS for thermostat settings. The Skill automates input generation, execution, and trajectory output.

How does trajectory analysis extract energies and temperatures from MD runs?

Trajectory analysis post-processes MD run outputs by parsing trajectory files generated by VASP. It extracts structural properties, energies, and temperatures from the finite-temperature dynamics simulation data to provide insights into materials behavior and reaction progression.

Do I need VASP installed as a backend to obtain finite-temperature trajectories?

Yes, VASP is required as the backend calculator to obtain finite-temperature trajectories. The Skill automates input setup and post-processing via CatGo workflow integration, but VASP must execute the DFT force calculations locally or on your cluster.

What is the best way to study thermal stability and reaction dynamics using AIMD?

The best way to study thermal stability and reaction dynamics is running AIMD simulations at target temperatures, such as 600 K. This Skill automates the workflow from input setup through post-processing, generating trajectory and energy outputs for structural analysis.