xtal_mat01: Matrix for cell orthogonalisation (first choice)
Description
Given the cell parameters, this function returns a matrix for
transforming fractional to orthogonal coordinates, corresponding
to the first choice in Giacovazzo's book.
Usage
xtal_mat01(a, b, c, aa, bb, cc)
Value
A \(3\times \)$ matrix \(M\) that transforms a \(3\times 1\) vector of fractional
coordinates into a \(3\times 1\) vector of orthogonal coordinates.
Arguments
a
A real number. One of the unit cell's side lengths, in angstroms.
b
A real number. One of the unit cell's side lengths, in angstroms.
c
A real number. One of the unit cell's side lengths, in angstroms.
aa
A real number. One of the unit cell's angles, in degrees.
bb
A real number. One of the unit cell's angles, in degrees.
cc
A real number. One of the unit cell's angles, in degrees.