Skip to content

How to find a Decomposition of unstable compound into stable compounds (Pymatgen, materials project) #3599

Closed Answered by janosh
realbadguy2022 asked this question in Q&A
Discussion options

You must be logged in to vote

this data comes from PhaseDiagram.get_decomp_and_phase_separation_energy:

def get_decomp_and_phase_separation_energy(
self,
entry: PDEntry,
space_limit: int = 200,
stable_only: bool = False,
tols: Sequence[float] = (1e-8,),
maxiter: int = 1000,
**kwargs: Any,
) -> tuple[dict[PDEntry, float], float] | tuple[None, None]:
"""
Provides the combination of entries in the PhaseDiagram that gives the
lowest formation enthalpy with the same composition as the given entry
excluding entries with the same composition and the energy difference
pe…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@realbadguy2022
Comment options

@realbadguy2022
Comment options

@janosh
Comment options

Answer selected by janosh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help Q&A support-style issues
2 participants