From 8dc61ee9ce551b276a4f4bf22e8e7a21d70b81da Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Fri, 27 Sep 2024 11:28:49 +0200 Subject: [PATCH] Minor docstring changes --- src/nomad_parser_wannier90/parsers/win_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nomad_parser_wannier90/parsers/win_parser.py b/src/nomad_parser_wannier90/parsers/win_parser.py index 3dc46cc..343ff45 100644 --- a/src/nomad_parser_wannier90/parsers/win_parser.py +++ b/src/nomad_parser_wannier90/parsers/win_parser.py @@ -117,7 +117,7 @@ def _convert_position( self, position: list[float], atomic_cell: AtomicCell, units: str ) -> tuple[list, list]: """ - Convert the atom `positions` in fractional or cartesian coordinates to the atom `chemical_symbols`. + Convert the atom `position` in fractional or cartesian coordinates to the atom `chemical_symbol`. Args: position (list[float]): The position in fractional or cartesian coordinates. @@ -146,7 +146,7 @@ def get_branch_label_and_atom_indices( units: str, ) -> tuple[str, list]: """ - Gets the branch label and the atom indices for the child model system. + Get the branch label and the atom indices for the child model system. Args: atom (Union[str, int]): The atom string containing the positions information. In some older version,