check_convergence_aims# autoplex.data.common.jobs.check_convergence_aims(aims_gz)[source]# Check if FHI-aims calculation has converged. Parameters: aims_gz (str) – Path to the aims.out.gz file. Returns: True if converged, False otherwise. Return type: bool