Bravais

Tools for crystallographic symmetry analysis

https://github.com/thchr/crystalline.jl

Science Score: 67.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Tools for crystallographic symmetry analysis

Basic Info
  • Host: GitHub
  • Owner: thchr
  • License: other
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 109 MB
Statistics
  • Stars: 61
  • Watchers: 2
  • Forks: 8
  • Open Issues: 15
  • Releases: 59
Created over 6 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Crystalline.jl

Documentation (stable) Documentation (dev) Build status Coverage

Tools for crystalline symmetry analysis implemented in the Julia language.

This package provides access to the symmetry operations of crystalline point groups, space groups, Wyckoff positions, their irreducible representations and band representations, as well as tools for their associated manipulation.

Installation

The package can be installed via Julia's package manager: julia julia> using Pkg; Pkg.add("Crystalline") julia> using Crystalline

Functionality

Crystalline.jl provides several functionalities for line groups, plane groups, and space groups, as well as crystallographic point groups.

Example use includes: ```julia

construct a 3D SymOperation from its triplet form

julia> S"x,-y,-z" 2₁₀₀ ─────────────────────────── (x,-y,-z) ┌ 1 0 0 ╷ 0 ┐ │ 0 -1 0 ┆ 0 │ └ 0 0 -1 ╵ 0 ┘

load the SymOperations of the 3D space group ⋕16 in a conventional setting

julia> sg = spacegroup(16, Val(3)) SpaceGroup{3} ⋕16 (P222) with 4 operations: 1 2₀₀₁ 2₀₁₀ 2₁₀₀

load a dictionary of small irreps and their little groups for space group ⋕16,

indexed by their k-point labels; then inspect the small irreps at the A point

julia> lgirs = lgirreps(16, Val(3));

julia> lgirs["A"] 2-element Collection{LGIrrep{3}} for ⋕16 (P222) at A = [α, 0, 1/2]: A₁┌ 1: 1 └ 2₁₀₀: 1

A₂┌ 1: 1 └ 2₁₀₀: -1

construct the character table for the small irreps at the Γ point

julia> characters(lgirs["Γ"]) CharacterTable{3} for ⋕16 (P222) at Γ = [0, 0, 0]: ──────┬──────────────── │ Γ₁ Γ₂ Γ₃ Γ₄ ──────┼──────────────── 1 │ 1 1 1 1 2₁₀₀ │ 1 -1 1 -1 2₀₁₀ │ 1 -1 -1 1 2₀₀₁ │ 1 1 -1 -1 ──────┴──────────────── ```

Additional functionality includes e.g. point group operations (pointgroup) and irreps (pgirreps), elementary band representations (bandreps), Wyckoff positions (wyckoffs), conjugacy classes (classes), class-specific characters (classcharacters), group generators (generators), subperiodic groups (subperiodicgroup), 3D magnetic space groups (mspacegroup), and physically real irreps (realify). In addition, Bravais lattice utilities and conventions are accessible via the lightweight stand-alone sub-package Bravais.jl.

For a full description of the public API, see the documentation.

Current limitations

At present, the package's emphasis is on spinless systems (i.e., double groups and spinful irreps are not implemented).

API stability

Crystalline.jl is a research package: breaking changes may occur (but will respect semantic versioning).

Citation

If you find this package useful in your reseach, please cite our paper:

  • T. Christensen, H.C. Po, J.D. Joannopoulos, & M. Soljačić, Location and topology of the fundamental gap in photonic crystals, Phys. Rev. X 12, 021066 (2022).

In addition, please cite any earlier works explicitly referenced in the documentation of individual functions.

Owner

  • Name: Thomas Christensen
  • Login: thchr
  • Kind: user
  • Company: Massachusetts Institute of Technology (MIT)

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Citation:"
authors:
- family-names: "Christensen"
  given-names: "Thomas"
title: "Crystalline.jl"
license: "MIT"
date-released: 2022-06-27
url: "https://github.com/thchr/Crystalline.jl"
preferred-citation:
  authors:
    - family-names: "Christensen"
      given-names: "Thomas"
    - family-names: "Po"
      given-names: "Hoi Chun"
    - family-names: "Joannopoulos"
      given-names: "John D."
    - family-names: "Soljačić"
      given-names: "Marin"
  url: "https://doi.org/10.1103/PhysRevX.12.021066"
  journal: "Phys. Rev. X"
  volume: 12
  pages: 021066
  title: "Location and Topology of the Fundamental Gap in Photonic Crystals"
  type: article
  year: 2022

GitHub Events

Total
  • Create event: 14
  • Commit comment event: 36
  • Issues event: 2
  • Release event: 11
  • Watch event: 3
  • Delete event: 1
  • Issue comment event: 25
  • Push event: 146
  • Pull request event: 6
  • Fork event: 1
Last Year
  • Create event: 14
  • Commit comment event: 36
  • Issues event: 2
  • Release event: 11
  • Watch event: 3
  • Delete event: 1
  • Issue comment event: 25
  • Push event: 146
  • Pull request event: 6
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 680
  • Total Committers: 3
  • Avg Commits per committer: 226.667
  • Development Distribution Score (DDS): 0.009
Top Committers
Name Email Commits
Thomas Christensen t****r@m****u 674
Ali Ghorashi 7****T@u****m 4
github-actions[bot] 4****]@u****m 2
Committer Domains (Top 20 + Academic)
mit.edu: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 34
  • Total pull requests: 30
  • Average time to close issues: 4 months
  • Average time to close pull requests: 5 months
  • Total issue authors: 7
  • Total pull request authors: 4
  • Average comments per issue: 4.53
  • Average comments per pull request: 1.63
  • Merged pull requests: 13
  • Bot issues: 0
  • Bot pull requests: 15
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 18 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • thchr (24)
  • AliGhorashiCMT (3)
  • brainandforce (3)
  • kbarros (1)
  • Joh11 (1)
  • JuliaTagBot (1)
  • hongyi-zhao (1)
Pull Request Authors
  • github-actions[bot] (16)
  • AliGhorashiCMT (8)
  • thchr (8)
  • nalimilan (1)
Top Labels
Issue Labels
Low priority (3) Necessary (3) enhancement (2) documentation (2) high priority (1) bug (1)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • julia 113 total
  • Total dependent packages: 5
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 75
juliahub.com: Bravais

Tools for crystallographic symmetry analysis

  • Versions: 16
  • Dependent Packages: 3
  • Dependent Repositories: 1
  • Downloads: 101 Total
Rankings
Dependent repos count: 7.7%
Average: 13.4%
Stargazers count: 13.5%
Dependent packages count: 13.5%
Forks count: 18.9%
Last synced: 6 months ago
juliahub.com: Crystalline

Tools for crystallographic symmetry analysis

  • Versions: 59
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 12 Total
Rankings
Dependent repos count: 9.9%
Stargazers count: 14.0%
Average: 15.0%
Dependent packages count: 16.6%
Forks count: 19.4%
Last synced: 6 months ago

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
.github/workflows/deploy-docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/CompatHelper.yml actions