You are on page 1of 1

# -*- coding: utf-8 -*-

# -------------------------------------------------------------
# Bulk Configuration
# -------------------------------------------------------------

# Set up lattice
vector_a = [22.0255938761, 5.24046497829e-06, 0.000441008430347]*Angstrom
vector_b = [4.53116967148e-06, 19.0778118201, 0.000497545270996]*Angstrom
vector_c = [0.000414696788986, 0.000540383247768, 20.5675540921]*Angstrom
lattice = UnitCell(vector_a, vector_b, vector_c)

You might also like