Skip to content

Commit

Permalink
Renamed function get_conv_params to get_convergence_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashoermann200 committed Oct 30, 2024
1 parent 36af4b6 commit 960134d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dfttools/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial_geometry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
Expand Down

0 comments on commit 960134d

Please sign in to comment.