atomate.feff package¶
Subpackages¶
- atomate.feff.firetasks package
- atomate.feff.fireworks package
- atomate.feff.workflows package
Submodules¶
atomate.feff.database module¶
This module defines the database classes.
-
class
atomate.feff.database.
FeffCalcDb
(host='localhost', port=27017, database='feff', collection='tasks', user=None, password=None, **kwargs)¶ Bases:
atomate.utils.database.CalcDb
-
__init__
(host='localhost', port=27017, database='feff', collection='tasks', user=None, password=None, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
build_indexes
(indexes=None, background=True)¶ Build the indexes.
- Args:
indexes (list): list of single field indexes to be built. background (bool): Run in the background or not.
-
reset
()¶
-