task_type#

atomate2.vasp.schemas.calc_types.utils.task_type(inputs)[source]#

Determine the task from vasp inputs.

Parameters:

inputs (Dict[Literal['incar', 'poscar', 'kpoints', 'potcar'], ~typing.Dict]) – Inputs dict with an incar, kpoints, potcar, and poscar dictionaries.

Returns:

The task type.

Return type:

TaskType