Skip to content

Commit

Permalink
added FHI-aims file to siles
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Nov 20, 2023
1 parent b81725a commit 0329255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sisl/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
# enabling the actual print-out
from .bigdft import *
from .cube import *
from .fhiaims import *
from .gulp import *
from .ham import *
from .molden import *
Expand Down
2 changes: 1 addition & 1 deletion src/sisl/io/fhiaims/_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@set_module("sisl.io.fhiaims")
class inSileFHIaims(SileFHIaims):
"""FHI-aims geometry file object"""
"""FHI-aims ``geometry.in`` file object"""

@sile_fh_open()
@deprecate_argument(
Expand Down

0 comments on commit 0329255

Please sign in to comment.