httk
httk property definitionsProperty definitions using the OPTIMADE property definition format, hosted by httk
Note: prerelease version v0.1, subject to change

VASP relaxation and static calculation

{
    "$id": "https://schemas.httk.org/defs/v0.1/workflows/vasp-relax-static",
    "title": "VASP relaxation and static calculation",
    "description": "This workflow declaration defines the httk vasp-relax-static workflow: it relaxes the geometry, then evaluates the relaxed structure with a final static calculation.\nIt defines the meaning of its roles: input role initial_structure is a structures entry containing the structure to relax.\nOutput role relaxed_structure is a structures entry containing the relaxed geometry, and output role total_energy is a records entry containing the total energy of the relaxed structure from the final static calculation.",
    "x-httk-definition": {
        "kind": "workflow_declaration",
        "format": "0.1",
        "version": "0.1.0",
        "name": "vasp-relax-static",
        "label": "vasp_relax_static_workflow_httk"
    },
    "inputs": [
        {
            "name": "initial_structure",
            "entry_type": "structures",
            "ref": "https://schemas.optimade.org/defs/v1.3/entrytypes/optimade/structures",
            "description": "The structure to relax."
        }
    ],
    "outputs": [
        {
            "name": "relaxed_structure",
            "entry_type": "structures",
            "ref": "https://schemas.optimade.org/defs/v1.3/entrytypes/optimade/structures",
            "description": "The relaxed geometry."
        },
        {
            "name": "total_energy",
            "entry_type": "records",
            "ref": "https://schemas.httk.org/defs/v0.1/properties/core/total_energy",
            "description": "The total energy of the relaxed structure from the final static calculation."
        }
    ]
}