Transform non-orthogonal lattice vectors to orthogonal lattice vectors

114 Views Asked by At

Let's say I have an FCC lattice with lattice vectors:

a = 1.0 -1.0 -1.0
b = 1.0  1.0 -1.0
c = 1.5  0.0  2.5

How do I convert these to orthogonalise them?