deepmd-inference

Predict energies, forces, and stresses for atomic structures with DeePMD-kit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process atomic structures by performing DeePMD-kit inference to predict energies, forces, and stresses using a trained DP model, enabling rapid evaluation and deployment.

Core Features & Use Cases

  • Inference on new structures to obtain energy, forces, and stress tensors.
  • Model evaluation against DFT reference data to assess accuracy.
  • Use as an ASE calculator for optimization or NEB workflows with DP models.

Quick Start

Run inference on a given structure using the trained DP model to obtain energies, forces, and stresses, and compare them to reference data.

Frequently Asked Questions about deepmd-inference

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

FAQPage Schema
How do I predict energies and forces for atomic structures using a DP model?

You can perform DeePMD-kit inference to predict energies, forces, and stresses for atomic structures using a frozen DP model. This requires an installed deepmd-kit and input data in dpdata format or ASE-readable structures.

Can I evaluate a DP model against DFT reference data?

Yes, you can evaluate a DP model against DFT reference data to assess prediction accuracy. The DeePMD-kit inference process compares predicted energies, forces, and stresses with the provided reference structures.

Do I need a specific file format to run DeePMD-kit inference?

Yes, DeePMD-kit inference requires a frozen DP model in .pb or .savedmodel format. Additionally, your input atomic structures must be provided in dpdata format or as ASE-readable structures.

Can I use a DP model as an ASE calculator for optimization or NEB workflows?

Yes, you can use a frozen DP model as an ASE calculator for optimization or NEB workflows. The DeePMD-kit inference provides the necessary energies, forces, and stresses to drive these ASE simulations.

What properties can I calculate using DeePMD-kit inference on new structures?

DeePMD-kit inference calculates energies, forces, and stresses for new atomic structures. These predictions are generated by processing the input structures through a frozen DP model.