Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

PeriodicGraphEmbeddings

Build Status Documentation Aqua QA

A Julia package for manipulating periodic graph embeddings in euclidean spaces, such as those representing atoms in a crystal.

Partly wraps the spglib library to provide symmetry detection for 3-periodic graphs.

See also:

  • PeriodicGraphs.jl for the all that relates to the periodic graph itself, irrespective of its euclidean embedding.
  • CrystalNets.jl for a dependent package specialized on crystal nets.