Skip to content

Python orthorhombic lattices

Vicentini Filippo requested to merge github/fork/VolodyaCO/v3.0 into v3.0

Created by: VolodyaCO

I am adding an implementation of the Lattice graph class in Python, which handles orthorhombic lattices.

Some things are initially missing, but the main structure is already implemented. Among the things missing:

  • site_to_vector
  • vector_to_coord
  • vector_to_site
  • basis_vectors
  • checking orthogonality

Merge request reports