Skip to content

Commit

Permalink
Merge pull request #252 from AntObi/smact_validity
Browse files Browse the repository at this point in the history
Smact validity
  • Loading branch information
AntObi authored May 30, 2024
2 parents d3e3926 + 2ec3efa commit fe638a6
Show file tree
Hide file tree
Showing 5 changed files with 385,237 additions and 3 deletions.
5 changes: 4 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ The notebooks involve setting up a database of SMACT compatible structures, gene
Contains an example of using the dopant prediction submodule.

### Oxidation states
Contains an example of using the `smact.oxidation_states` submodule to predict the likelihood of metal cations coexisting with halide anions in ternary compounds based on a statistical analysis of oxidation states. Full details of the oxidation states model can be found in [this publication](https://pubs.rsc.org/en/content/articlelanding/2018/FD/C8FD00032H).
Contains an example of using the `smact.oxidation_states` submodule to predict the likelihood of metal cations coexisting with halide anions in ternary compounds based on a statistical analysis of oxidation states. Full details of the oxidation states model can be found in [this publication](https://pubs.rsc.org/en/content/articlelanding/2018/FD/C8FD00032H).

### SMACT validity
Contains an example of using `smact.screening.smact_validity` to screen through a list of compositions and check if they are valid according to the rules of SMACT.
276 changes: 276 additions & 0 deletions examples/smact_validity/Checking_smact_validity_of_GNoME.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit fe638a6

Please sign in to comment.