static

Generate VASP static SCF input files from a structure and DFT settings.

124|25|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill static
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: static
Source: https://github.com/jinzhezenggroup/computational-chemistry-agent-skills/tree/main/quantum-chemistry/dft-vasp/static
Command: npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill static

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepares VASP static SCF inputs from a user-provided structure and essential DFT settings, enabling quick setup of single-point electronic structure and total-energy calculations.

Core Features & Use Cases

  • Generate INCAR with user-specified ENCUT, ISMEAR/SIGMA, EDIFF, NELM, and other key parameters.
  • Create KPOINTS via KSPACING by default or provide an explicit mesh on request.
  • Assemble POTCAR mappings for all elements in the structure and provide management instructions for potential pseudopotential sources.
  • Use case: A researcher needs a ready-to-run static calculation without submitting jobs, starting from a structure input.

Quick Start

Prepare a VASP static input set for the provided structure, including INCAR generation, optional KPOINTS, POSCAR, and POTCAR mapping instructions.

Frequently Asked Questions about static

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

FAQPage Schema
How do I generate VASP static SCF input files from a crystal structure?

You can generate VASP static SCF inputs by providing a structure and essential DFT settings like ENCUT and k-point policy. It outputs an INCAR, KPOINTS, and POTCAR mappings for single-point energy calculations.

What is the best way to set up KPOINTS for a VASP single-point energy calculation?

The best way to set up KPOINTS for a VASP single-point energy calculation is using the KSPACING default policy. Alternatively, you can request an explicit mesh to generate the KPOINTS file directly.

Can I specify ENCUT and ISMEAR parameters when preparing VASP INCAR files?

Yes, you can specify ENCUT, ISMEAR, SIGMA, EDIFF, and NELM when preparing a VASP INCAR file. The setup enforces explicit inputs for these essential DFT settings to ensure accurate single-point electronic structure calculations.

Does this VASP input setup provide the actual POTCAR pseudopotential files?

This VASP input setup does not provide actual POTCAR files. It assembles POTCAR mappings for all elements in your structure and provides management instructions for sourcing the pseudopotentials from your own licensed distribution.

What structure formats and DFT settings are required for VASP static calculations?

VASP static calculations require a user-provided structure, an explicit ENCUT value, and a defined k-point policy. The tool enforces these essential DFT settings and reports any unresolved choices before generating the input set.

Why does my VASP static SCF setup report unresolved choices?

Your VASP static SCF setup reports unresolved choices because the tool enforces explicit inputs for critical parameters like the structure, ENCUT, and k-point policy. It flags missing settings to prevent silent defaults before outputting a handoff note.