atomate2.turbomole.custodian.validators module#
Module containing the custodian validators for the atomate2-turbomole package.
- class atomate2.turbomole.custodian.validators.JobexGeoOptConvergedValidator[source]#
Bases:
Validator
Validator for jobex run.
Validates that a GEO_OPT_CONVERGED file has been written.
- class atomate2.turbomole.custodian.validators.NormalEndValidator(out_file: str)[source]#
Bases:
Validator
Check for the presence of the “all done” string in the output file.
- class atomate2.turbomole.custodian.validators.ScfConvergedValidator(output_file: str)[source]#
Bases:
Validator
Validator for scf run (ridft or dscf).
Validates the scf run is converged.