Skip to content

Commit

Permalink
start fix/update
Browse files Browse the repository at this point in the history
  • Loading branch information
maurov committed Oct 12, 2023
1 parent cb6827f commit d1216f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions larch/xrd/struct2xas.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
HAS_PY3DMOL = False



__author__ = ["Beatriz G. Foschiani", "Mauro Rovezzi"]
__email__ = ["[email protected]", "[email protected]"]
__credits__ = ["Jade Chongsathapornpong", "Marius Retegan"]
__version__ = "2023.2.0"

__version__ = "2023.3.0"


# initialize the logger
Expand Down Expand Up @@ -96,6 +94,7 @@ def xyz2struct(molecule):
struct = Structure(lattice, species, coords, coords_are_cartesian=True)
return struct


def structure_folders():
"""
return folders under USER_LARCHDIR for FDMNES, Feff, and structure files,
Expand Down

0 comments on commit d1216f2

Please sign in to comment.