rxn_network#
- rxn_network.core
- rxn_network.costs
- rxn_network.costs.base
- rxn_network.costs.calculators
- rxn_network.costs.functions
- rxn_network.costs.pareto
- rxn_network.data
- rxn_network.entries
- rxn_network.entries.corrections
- rxn_network.entries.entry_set
normal()
GibbsEntrySet
GibbsEntrySet.add()
GibbsEntrySet.update()
GibbsEntrySet.discard()
GibbsEntrySet.pd_dict
GibbsEntrySet.get_subset_in_chemsys()
GibbsEntrySet.filter_by_stability()
GibbsEntrySet.build_indices()
GibbsEntrySet.get_min_entry_by_formula()
GibbsEntrySet.get_stabilized_entry()
GibbsEntrySet.get_entries_with_new_temperature()
GibbsEntrySet.get_entries_with_jitter()
GibbsEntrySet.get_interpolated_entry()
GibbsEntrySet.get_e_above_hull()
GibbsEntrySet.from_pd()
GibbsEntrySet.copy()
GibbsEntrySet.as_dict()
GibbsEntrySet.from_computed_entries()
GibbsEntrySet.entries_list
GibbsEntrySet.min_entries_by_formula
GibbsEntrySet.temperature
GibbsEntrySet.chemsys
GibbsEntrySet.get_adjusted_entry()
- rxn_network.entries.experimental
ExperimentalReferenceEntry
ExperimentalReferenceEntry.get_new_temperature()
ExperimentalReferenceEntry.to_grand_entry()
ExperimentalReferenceEntry.temperature
ExperimentalReferenceEntry.is_experimental
ExperimentalReferenceEntry.is_element
ExperimentalReferenceEntry.unique_id
ExperimentalReferenceEntry.as_dict()
ExperimentalReferenceEntry.from_dict()
- rxn_network.entries.freed
- rxn_network.entries.gibbs
GibbsComputedEntry
GibbsComputedEntry.get_new_temperature()
GibbsComputedEntry.gibbs_adjustment()
GibbsComputedEntry.to_grand_entry()
GibbsComputedEntry.copy()
GibbsComputedEntry.from_structure()
GibbsComputedEntry.is_experimental
GibbsComputedEntry.unique_id
GibbsComputedEntry.as_dict()
GibbsComputedEntry.from_dict()
- rxn_network.entries.interpolated
- rxn_network.entries.nist
- rxn_network.entries.utils
- rxn_network.enumerators
- rxn_network.flows
- rxn_network.jobs
- rxn_network.jobs.core
- rxn_network.jobs.schema
EntrySetDocument
EnumeratorTaskDocument
EnumeratorTaskDocument.task_label
EnumeratorTaskDocument.last_updated
EnumeratorTaskDocument.rxns
EnumeratorTaskDocument.targets
EnumeratorTaskDocument.elements
EnumeratorTaskDocument.chemsys
EnumeratorTaskDocument.added_elements
EnumeratorTaskDocument.added_chemsys
EnumeratorTaskDocument.enumerators
EnumeratorTaskDocument.model_computed_fields
CompetitionTaskDocument
CompetitionTaskDocument.task_label
CompetitionTaskDocument.last_updated
CompetitionTaskDocument.rxns
CompetitionTaskDocument.target_formula
CompetitionTaskDocument.open_elem
CompetitionTaskDocument.chempot
CompetitionTaskDocument.added_elements
CompetitionTaskDocument.added_chemsys
CompetitionTaskDocument.calculate_competition
CompetitionTaskDocument.calculate_chempot_distances
CompetitionTaskDocument.temp
CompetitionTaskDocument.batch_size
CompetitionTaskDocument.cpd_kwargs
CompetitionTaskDocument.model_computed_fields
NetworkTaskDocument
PathwaySolverTaskDocument
PathwaySolverTaskDocument.task_label
PathwaySolverTaskDocument.last_updated
PathwaySolverTaskDocument.solver
PathwaySolverTaskDocument.balanced_paths
PathwaySolverTaskDocument.precursors
PathwaySolverTaskDocument.targets
PathwaySolverTaskDocument.net_rxn
PathwaySolverTaskDocument.max_num_combos
PathwaySolverTaskDocument.find_intermediate_rxns
PathwaySolverTaskDocument.intermediate_rxn_energy_cutoff
PathwaySolverTaskDocument.use_basic_enumerator
PathwaySolverTaskDocument.use_minimize_enumerator
PathwaySolverTaskDocument.filter_interdependent
PathwaySolverTaskDocument.model_computed_fields
- rxn_network.jobs.utils
- rxn_network.network
- rxn_network.pathways
- rxn_network.reactions
- rxn_network.reactions.base
- rxn_network.reactions.basic
BasicReaction
BasicReaction.balance()
BasicReaction.normalize_to()
BasicReaction.normalize_to_element()
BasicReaction.get_el_amount()
BasicReaction.get_coeff()
BasicReaction.normalized_repr_and_factor()
BasicReaction.copy()
BasicReaction.reverse()
BasicReaction.is_separable()
BasicReaction.reactant_atomic_fractions
BasicReaction.product_atomic_fractions
BasicReaction.reactant_molar_fractions
BasicReaction.product_molar_fractions
BasicReaction.from_string()
BasicReaction.from_formulas()
BasicReaction.reactants
BasicReaction.products
BasicReaction.compositions
BasicReaction.coefficients
BasicReaction.num_atoms
BasicReaction.energy
BasicReaction.energy_per_atom
BasicReaction.is_identity
BasicReaction.chemical_system
BasicReaction.normalized_repr
- rxn_network.reactions.computed
ComputedReaction
ComputedReaction.balance()
ComputedReaction.get_new_temperature()
ComputedReaction.energy
ComputedReaction.energy_per_atom
ComputedReaction.energy_uncertainty
ComputedReaction.energy_uncertainty_per_atom
ComputedReaction.entries
ComputedReaction.copy()
ComputedReaction.reverse()
ComputedReaction.normalize_to()
ComputedReaction.normalize_to_element()
ComputedReaction.get_entry_idx_vector()
- rxn_network.reactions.hull
InterfaceReactionHull
InterfaceReactionHull.plot()
InterfaceReactionHull.get_energy_above_hull()
InterfaceReactionHull.get_coordinate()
InterfaceReactionHull.get_hull_energy()
InterfaceReactionHull.get_reactions_by_coordinate()
InterfaceReactionHull.get_primary_competition()
InterfaceReactionHull.get_secondary_competition()
InterfaceReactionHull.get_secondary_competition_max_energy()
InterfaceReactionHull.get_secondary_competition_area()
InterfaceReactionHull.get_decomposition_energy()
InterfaceReactionHull.get_max_decomposition_energy()
InterfaceReactionHull.get_decomposition_area()
InterfaceReactionHull.get_coords_in_range()
InterfaceReactionHull.count()
InterfaceReactionHull.get_decomposition_energy_and_num_paths_recursive()
InterfaceReactionHull.hull_vertices
InterfaceReactionHull.stable_reactions
InterfaceReactionHull.unstable_reactions
- rxn_network.reactions.open
OpenComputedReaction
OpenComputedReaction.balance()
OpenComputedReaction.get_new_temperature()
OpenComputedReaction.energy
OpenComputedReaction.elements
OpenComputedReaction.total_chemical_system
OpenComputedReaction.copy()
OpenComputedReaction.reverse()
OpenComputedReaction.reactant_atomic_fractions
OpenComputedReaction.product_atomic_fractions
OpenComputedReaction.from_computed_rxn()
OpenComputedReaction.as_dict()
OpenComputedReaction.from_dict()
- rxn_network.reactions.plotting
- rxn_network.reactions.reaction_set
ReactionSet
ReactionSet.get_rxns()
ReactionSet.from_rxns()
ReactionSet.to_dataframe()
ReactionSet.calculate_costs()
ReactionSet.add_rxns()
ReactionSet.add_rxn_set()
ReactionSet.get_rxns_by_reactants()
ReactionSet.get_rxns_by_product()
ReactionSet.filter_duplicates()
ReactionSet.set_chempot()
ReactionSet.set_new_temperature()
- rxn_network.thermo
- rxn_network.utils