Skip to content

Commit

Permalink
benchmark with MP dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Apr 20, 2024
1 parent 4af9172 commit b899e43
Show file tree
Hide file tree
Showing 6 changed files with 7,206 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,15 @@ docs/_build/
# Others
###############################################################################
.vscode/
*.ipynb
flamegraph.svg
output/
target/
*.so
.ipynb_checkpoints/

*.json
!**/assets/*.json
.env
*.png

docs/note/
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# moyo

🚧 This project is under construction 🚧
[![moyo at crates.io](https://img.shields.io/crates/v/moyo.svg)](https://img.shields.io/crates/v/moyo)

## Interfaces

Expand All @@ -19,6 +19,14 @@
- Crystallographic groups in other than three dimensions
- Matching two similar crystal structures

## Dev

### How to release

1. Increment the version number in `Cargo.toml`
1. `cargo release --execute`
1. `git push origin <tag-version>`

## Acknowledgments

We thank Dr. Yusuke Seto for providing the crystallographic database.
7,194 changes: 7,194 additions & 0 deletions bench/mp/analysis.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions bench/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ matbench-discovery==1.1.1
ipython
nbformat
mp_api
seaborn

0 comments on commit b899e43

Please sign in to comment.