moyo

Crates.iomoyo
lib.rsmoyo
version0.1.13
sourcesrc
created_at2023-10-29 01:28:13.751517
updated_at2024-08-31 01:13:51.874509
descriptionLibrary for Crystal Symmetry in Rust
homepage
repositoryhttps://github.com/spglib/moyo
max_upload_size
id1017276
size555,956
Kohei Shinohara (lan496)

documentation

README

moyo (Rust)

CI moyo at crates.io

The core implementation of moyo in Rust

Module dependency

math <- base <- data <- identify <- standardize <- lib
        ^---- search <--------------|

Goals

  • Find symmetry operations of a given crystal structure, identify its crystallographic group, and symmetrize the given crystal structure
  • Well-defined tolerance for finding symmetry operations
  • No dependency on existing symmetry-finder packages
  • Simplify crystal symmetry algorithm by extensively exploiting the group structures of crystallographic groups

Non-goals

  • Crystallographic groups in other than three dimensions
  • Matching two similar crystal structures
Commit count: 163

cargo fmt