-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add KS2022 Random Solution Featurization #10
Conversation
…hanging the result
…., BCC) and a Composition; then it iteratively extends it with random occupancy until the feature vector and composition converge onto stable values
…ike they are coming from plotly and there is a fix coming for that soon
…e function as a whole
…added parallel profiling to report ranges of values to CSV, allowing one to observe statistics of values across different runs
…KS2022 values for a 6 component BCC HEA (Cr12.8 Fe12.8 Co12.8 Ni12.8 Cu12.8 Al35.9) profiling case (representing typical-worst-case scenario)
…ed for BCC HEA (see previous commit) are consistent with what was observed across 50 cases and (2) verifying all profiling cases run correctly
…ion module import
…rameter to disable it
# Conflicts: # pysipfenn/core/pysipfenn.py
Update RS branch
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
==========================================
+ Coverage 92.61% 93.63% +1.01%
==========================================
Files 16 16
Lines 1814 1649 -165
==========================================
- Hits 1680 1544 -136
+ Misses 134 105 -29
☔ View full report in Codecov by Sentry. |
|
…al instability error which occurred occasionally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Looks good! 👍
This PR adds KS2022 Random Solution Featurizer
pysipfenn/descriptorDefinitions/KS2022_randomSolutions.py
, which allows users to (1) take a structure (or its prototype) and a desired chemical composition, then (2) create a small supercell (acting as a batch of sites), and finally (3) keep "expanding" the set of supercells, while calculating all KS2022 features, until all of them converge onto stable values.Additionally, it: