aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-03-06 17:23:00 +0100
committerThomas White <taw@physics.org>2019-03-11 16:49:37 +0100
commit2b7e52df98bdd1b651e25995a9450c44f0b975ee (patch)
treecb8d23eef0c8cfb045b4ce5914436384bbcf7b39 /doc
parent8de701d8137fe64ee2d19e89061befd17b31484d (diff)
cell_tool: Add documentation for --transform
Diffstat (limited to 'doc')
-rw-r--r--doc/man/cell_tool.18
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/man/cell_tool.1 b/doc/man/cell_tool.1
index 0390725e..576943d0 100644
--- a/doc/man/cell_tool.1
+++ b/doc/man/cell_tool.1
@@ -20,6 +20,8 @@ cell_tool \- manipulate unit cells
.PP
\fBcell_tool --compare-cell \fIreference.cell \fImy_structure.cell \fR[\fB--tolerance=\fItols\fR]
.PP
+\fBcell_tool --transform=\fIop\fR \fImy_structure.cell
+.PP
\fBcell_tool --help\fI
.SH DESCRIPTION
@@ -50,8 +52,12 @@ There are an infinite number of primitive unit cell for any lattice. This progr
The program will compare the two cells, and report if \fImy_structure.cell\fR can be made to look similar to \fIreference.cell\fR applying any transformation matrix.
.PP
The tolerance \fItols\fR is given as lengthtol,angtol, in percent and degrees respectively, which will be applied to the real-space unit cell axis lengths and angles.
+
+.SH TRANSFORMING A UNIT CELL
+.PP
+\fBcell_tool --transform=\fIop\fR \fImy_structure.cell
.PP
-Note that the comparison ignores the centering of the cell. That means that
+The program will transform the unit cell according to \fIop\fR. Example: \fB--transform=b,c,a\fR means to permute the axes such that the new \fIa\fR axis matches the old \fIb\fR axis, and so on.
.SH FINDING INDEXING AMBIGUITIES
.PP