dara.prediction.base module

dara.prediction.base module#

Base classes for phase prediction engines.

class PredictionEngine[source]#

Bases: MSONable

Base definition for a reaction network.

abstract predict(reactants, temperature, open_elem, chempot, e_hull_cutoff)[source]#

Predict and rank the probability of appearance of products of a chemical reaction.

Return type:

dict[str, float]