Converging the k-point density¶
-
class
workflows.kpoint_convergence.KPointConvergence(geometryfile=None, result_dir=None, **preparation_kwargs)[source]¶ Bases:
objectWorkflow for k-point convergence.
Automatically sets up the calculations needed to check for k-point convergence and analyses the results.
Note
This workflow is wrapped in the utility aims_workflow converge_kpoints.
Parameters: - geometry (str) – Path to input geometry for preparation mode.
- result_dir (str) – Path to result directory for evaluation mode.
- **preparation_kwargs (dict) – Keyword arguments are passed to
FHIAimsSetup.
-
interpret_results()[source]¶ Interprets total energy convergence with respect to commonly used accuracy thresholds.