https://github.com/spglib/moyo

Library for Crystal Symmetry in Rust

https://github.com/spglib/moyo

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary

Keywords

crystallography materials-science python rust symmetry
Last synced: 6 months ago · JSON representation

Repository

Library for Crystal Symmetry in Rust

Basic Info
Statistics
  • Stars: 55
  • Watchers: 3
  • Forks: 1
  • Open Issues: 6
  • Releases: 10
Topics
crystallography materials-science python rust symmetry
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

moyo

pre-commit.ci status image moyo at crates.io image

A fast and robust crystal symmetry finder, written in Rust.

Several times faster symmetry detection than Spglib for Materials Project dataset

Interfaces

Dev

shell cargo install cargo-release cargo-edit cargo-deny

How to release

  1. cargo install cargo-release cargo-edit cargo-semver-checks
  2. cargo semver-checks to lint a new release
  3. cargo set-version --bump patch for patch version increment
  4. Write change log and git-commit
  5. cargo release --execute (If you already release the package in crates.io, run cargo release --execute --no-publish)

Debugging

shell RUST_LOG=debug cargo test -- --nocapture

Acknowledgments

We thank Dr. Yusuke Seto for providing the crystallographic database. We thank Juan Rodríguez-Carvajal for providing the magnetic space-group database.

Owner

  • Name: spglib
  • Login: spglib
  • Kind: organization

GitHub Events

Total
  • Create event: 73
  • Release event: 10
  • Issues event: 28
  • Watch event: 35
  • Delete event: 59
  • Member event: 1
  • Issue comment event: 119
  • Push event: 217
  • Pull request review comment event: 13
  • Pull request review event: 31
  • Pull request event: 134
  • Fork event: 3
Last Year
  • Create event: 73
  • Release event: 10
  • Issues event: 28
  • Watch event: 35
  • Delete event: 59
  • Member event: 1
  • Issue comment event: 119
  • Push event: 217
  • Pull request review comment event: 13
  • Pull request review event: 31
  • Pull request event: 134
  • Fork event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 14
  • Total pull requests: 59
  • Average time to close issues: 3 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 0.93
  • Average comments per pull request: 0.95
  • Merged pull requests: 49
  • Bot issues: 0
  • Bot pull requests: 21
Past Year
  • Issues: 13
  • Pull requests: 59
  • Average time to close issues: 18 days
  • Average time to close pull requests: 1 day
  • Issue authors: 4
  • Pull request authors: 3
  • Average comments per issue: 0.54
  • Average comments per pull request: 0.95
  • Merged pull requests: 49
  • Bot issues: 0
  • Bot pull requests: 21
Top Authors
Issue Authors
  • lan496 (11)
  • janosh (6)
  • bkmi (1)
  • LecrisUT (1)
  • pre-commit-ci[bot] (1)
Pull Request Authors
  • lan496 (42)
  • pre-commit-ci[bot] (40)
  • janosh (9)
Top Labels
Issue Labels
enhancement (2) bug (2)
Pull Request Labels
enhancement (7) breaking-changes (3) bug (1) documentation (1) python (1) ci (1) moyopy (1)

Packages

  • Total packages: 5
  • Total downloads:
    • cargo 25,341 total
    • npm 70 last-month
    • pypi 379,749 last-month
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 58
  • Total maintainers: 3
npmjs.org: @spglib/moyo-wasm

WebAssembly bindings for moyo crystal symmetry analysis

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 70 Last month
Rankings
Dependent repos count: 24.0%
Average: 29.3%
Dependent packages count: 34.6%
Maintainers (2)
Last synced: 6 months ago
npmjs.org: moyo-wasm

WebAssembly bindings for moyo crystal symmetry analysis

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 24.0%
Average: 29.3%
Dependent packages count: 34.6%
Maintainers (1)
Last synced: 6 months ago
pypi.org: moyopy

Python binding of Moyo

  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 379,749 Last month
Rankings
Dependent packages count: 9.7%
Average: 37.0%
Dependent repos count: 64.2%
Maintainers (1)
Last synced: 6 months ago
crates.io: moyopy

Library for Crystal Symmetry in Rust

  • Documentation: https://docs.rs/moyopy/
  • License: MIT OR Apache-2.0
  • Latest release: 0.1.7
    published almost 2 years ago
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,411 Total
Rankings
Dependent repos count: 27.9%
Dependent packages count: 32.9%
Average: 52.4%
Downloads: 96.4%
Maintainers (1)
Last synced: 6 months ago
crates.io: moyo

Library for Crystal Symmetry in Rust

  • Documentation: https://docs.rs/moyo/
  • License: MIT OR Apache-2.0
  • Latest release: 0.4.4
    published 8 months ago
  • Versions: 28
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 22,930 Total
Rankings
Dependent repos count: 30.7%
Dependent packages count: 36.2%
Average: 55.1%
Downloads: 98.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/ci.yaml actions
  • EmbarkStudios/cargo-deny-action v1 composite
  • actions/checkout v4 composite
Cargo.toml cargo