Configuration entropy correction for all experimentally synthesized disordered phases#303
Open
vir-k01 wants to merge 5 commits into
Open
Configuration entropy correction for all experimentally synthesized disordered phases#303vir-k01 wants to merge 5 commits into
vir-k01 wants to merge 5 commits into
Conversation
… This correction is found via an ideal solution model of mixing per sublattice, for all structures with having partially occupied sites ("disordered") in the ICSD(2024). This is esp. useful when stabilizing known disordered phases to the hull, and is only invoked when the phase is not present in NIST/FREED (since these are more "accurate" than the ideal solution model). Only the process_entries function under src.entries.utils adds this correction by default, but this behaviour can be changed by changing the include_icsd_entropy arguement to GibbsEntrySet.
Use newer ICSD db (thx Aaron) and update correction to be per total_atom instead of per disordered site (diff interpretations of the probability) - this is way corrections are less agressive and more "correct" for the test systems I've tried.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a simple configurational entropy correction to entries based on the ideal solution model of mixing per sublattice. This correction has been precomputed for all structures on the 2024 version of the ICSD with partially occupied ("disordered") sites. This is esp. useful when stabilizing known disordered phases to the hull, and is only invoked when the phase is not present in NIST/FREED (since these are more "accurate" than the ideal solution model), and is turned off by default. Note: this is useful for as a first pass for qualitative changes to the hull regarding disordering of phases, but should be used with caution since this neglects any preferential site ordering effects.