I believe the dislocation reference frame is meant to be an orthonormal basis, but is evaluates non-orthogonally for a hexagonal test case.
Test cases for non-orthogonal crystal systems also return members of the transformation matrix xi that at not normalized, perhaps indicating an issue with the way the Lattice class is computing distances (since the vectors are normalized by the .length method).
I believe the dislocation reference frame is meant to be an orthonormal basis, but is evaluates non-orthogonally for a hexagonal test case.
Test cases for non-orthogonal crystal systems also return members of the transformation matrix
xi
that at not normalized, perhaps indicating an issue with the way theLattice
class is computing distances (since the vectors are normalized by the.length
method).