diff --git a/dfttools/output.py b/dfttools/output.py index 99a556c..0a25244 100644 --- a/dfttools/output.py +++ b/dfttools/output.py @@ -759,7 +759,7 @@ def check_spin_polarised(self) -> bool: return spin_polarised - def get_conv_params(self) -> dict: + def get_convergence_parameters(self) -> dict: """ Get the convergence parameters from the aims.out file. diff --git a/tutorials/tutorial_geometry.ipynb b/tutorials/tutorial_geometry.ipynb index ec66d47..c3fa383 100644 --- a/tutorials/tutorial_geometry.ipynb +++ b/tutorials/tutorial_geometry.ipynb @@ -6,7 +6,7 @@ "source": [ "# Tutorial for geometry.py\n", "\n", - "This notebook will introduce some of the most useful functionalities of the geometry.py class. The geometry.py module allows you to manipulate geometry file types of typical DFT codes. It has a focus on surface geometries.\n", + "This notebook will introduce some of the most useful functionalities of the geometry.py class. The geometry.py module allows you to manipulate geometry file types of typical DFT codes. It has a focus on surface geometries. Beware this tutorial, among being exceedingly useful, contains attempts to be funny.\n", "\n", "First we load the necessary dependecies:" ]