-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from WMD-group/publication
Publication updates
- Loading branch information
Showing
34 changed files
with
2,710 additions
and
104 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Publications | ||
|
||
## Element similarity in high-dimensional materials representations | ||
|
||
The folder `element_similarity` contains the scripts used to produce the results in the Publication: "Element similarity in high-dimensional materials representations" | ||
|
||
Installing `SMACT==2.5.3` and `ElementEmbeddings==0.4` via pip should install all the necessary packages required to reproduce the results. We do provide all the packages which were installed at the time of running the notebooks for full transparency in the file `requirements_publication.txt`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Element similarity in high-dimensional materials representations | ||
|
||
* The notebook `similarity_periodic_trends/similarity_measures.ipynb` is used to reproduce the dis/similarity heatmaps and 2D projections | ||
* The notebook `csp/data_radius_ratio_rules.ipynb` is used to get the dataset and calculate the radius ratio rules. | ||
* The notebook `csp/cosine_embeddings.ipynb` is used to generate the pairwise cosine similarity values | ||
* The notebook `csp/smact_sp` is used to perform the structure prediction using SMACT |
This file contains 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
Oops, something went wrong.