agentsclimarketplace

Vasp dft executor

Skill a5c-ai/babysitter/library/specializations/domains/science/nanotechnology/skills/vasp-dft-executor

VASP DFT calculation skill for electronic structure, geometry optimization, and property prediction of nanomaterialsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill vasp-dft-executor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.2 KB, 397 tokens by cl100k_base, as published. Nobody here has run it

VASP DFT Executor

Purpose

The VASP DFT Executor skill provides density functional theory calculation capabilities using VASP for nanomaterial property prediction, enabling electronic structure analysis, geometry optimization, and materials property computation.

Capabilities

  • Input file generation (INCAR, POSCAR, KPOINTS, POTCAR)
  • Geometry optimization
  • Electronic band structure calculation
  • Density of states analysis
  • Formation energy calculation
  • Optical property prediction

Usage Guidelines

DFT Calculation Workflow

  1. Input Preparation

    • Generate structure files
    • Select appropriate pseudopotentials
    • Set convergence parameters
  2. Calculation Execution

    • Monitor convergence
    • Check for errors
    • Manage computational resources
  3. Result Analysis

    • Extract electronic properties
    • Analyze band structure
    • Calculate derived properties

Process Integration

  • DFT Calculation Pipeline for Nanomaterials
  • Multiscale Modeling Integration
  • Machine Learning Materials Discovery Pipeline

Input Schema

{
  "structure_file": "string (POSCAR/CIF)",
  "calculation_type": "relax|static|band|dos|optical",
  "functional": "PBE|HSE06|SCAN",
  "kpoint_density": "number",
  "encut": "number (eV)"
}

Output Schema

{
  "total_energy": "number (eV)",
  "bandgap": "number (eV)",
  "formation_energy": "number (eV/atom)",
  "optimized_structure": "string (CONTCAR)",
  "electronic_properties": {
    "dos_file": "string",
    "band_file": "string"
  },
  "convergence": {
    "energy_converged": "boolean",
    "force_converged": "boolean"
  }
}

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.