aiida_ce package¶
Subpackages¶
Submodules¶
aiida_ce.calculations module¶
Calculations provided by aiida_ce.
Register calculations via the “aiida.calculations” entry point in setup.json.
-
class
aiida_ce.calculations.DiffCalculation(*args, **kwargs)[source]¶ Bases:
aiida.engine.processes.calcjobs.calcjob.CalcJobAiiDA calculation plugin wrapping the diff executable.
Simple AiiDA plugin wrapper for ‘diffing’ two files.
-
__abstractmethods__= frozenset([])¶
-
__module__= 'aiida_ce.calculations'¶
-
_abc_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache_version= 97¶
-
_abc_registry= <_weakrefset.WeakSet object>¶
-
aiida_ce.cli module¶
aiida_ce.parsers module¶
Parsers provided by aiida_ce.
Register parsers via the “aiida.parsers” entry point in setup.json.
-
class
aiida_ce.parsers.DiffParser(node)[source]¶ Bases:
aiida.parsers.parser.ParserParser class for parsing output of calculation.
-
__abstractmethods__= frozenset([])¶
-
__init__(node)[source]¶ Initialize Parser instance
Checks that the ProcessNode being passed was produced by a DiffCalculation.
Parameters: - node (type) – ProcessNode of calculation
- node –
aiida.orm.ProcessNode
-
__module__= 'aiida_ce.parsers'¶
-
_abc_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache= <_weakrefset.WeakSet object>¶
-
_abc_negative_cache_version= 97¶
-
_abc_registry= <_weakrefset.WeakSet object>¶
-