Source code for atomate2.turbomole.schemas.calc_types

"""Module defining Turbomole calculation types."""

from emmet.core.utils import ValueEnum


[docs] class RunType(ValueEnum): """Turbomole calculation run types."""
[docs] class TaskType(ValueEnum): """Turbomole calculation task types."""
[docs] class CalcType(ValueEnum): """Turbomole calculation types."""