atomate.feff package

Submodules

atomate.feff.database module

class atomate.feff.database.FeffCalcDb(host=u'localhost', port=27017, database=u'feff', collection=u'tasks', user=None, password=None)

Bases: atomate.utils.database.CalcDb

__init__(host=u'localhost', port=27017, database=u'feff', collection=u'tasks', user=None, password=None)
build_indexes(indexes=None, background=True)
reset()

atomate.feff.utils module

atomate.feff.utils.get_all_absorbing_atoms(absorbing_atom, structure)

If the absorbing atom is specified as a string, return the list of all sites with the atomic symbol. Else just return back the int index.

Args:
absorbing_atom (str/int): site symbol or index number structure (Structure)
Returns:
list: list of site indices

Module contents