diff --git a/src/pymatgen/io/packmol.py b/src/pymatgen/io/packmol.py index 85b062d617b..82e60fdda38 100644 --- a/src/pymatgen/io/packmol.py +++ b/src/pymatgen/io/packmol.py @@ -155,6 +155,9 @@ def get_input_set( box (list[float]): Box dimensions xlo, ylo, zlo, xhi, yhi, zhi, in Å. If set to None (default), pymatgen will estimate the required box size based on the volumes of the provided molecules. + + Returns: + PackmolSet """ mapping: dict = {} file_contents: str = "# Packmol input generated by pymatgen.\n"