check_convergence_castep

check_convergence_castep#

autoplex.data.common.jobs.check_convergence_castep(castep_gz)[source]#

Check if CASTEP calculation has converged.

Parameters:

castep_gz (str) – Path to the .castep.gz file.

Returns:

True if converged, False otherwise.

Return type:

bool