Skip to content

Commit 2c5dad6

Browse files
committed
Minor cleanup in rundftfe.tex and added manual cover pic .png file
1 parent 2febefa commit 2c5dad6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/manual/N2.png

119 KB
Loading

doc/manual/rundftfe.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ \subsubsection{Example 1}\label{sec:example1}
6464

6565
\item \verb|NATOMS| is the total number of atoms, and \verb|NATOM TYPES| is the total number of atom types.
6666

67-
\item``domainVectors.inp'' (any other file name can be used), given as input to \verb|DOMAIN VECTORS FILE|, is the external input file which lists the three domain vectors describing the
67+
\item``domainVectors.inp'' (any other file name can be used), given as input to \verb|DOMAIN VECTORS FILE|, is the external input file which lists the three domain vectors (in a.u) describing the
6868
3D parallelepiped computational domain. For the current example we take a cubodial domain with 80 a.u as the edge length.
6969
Accordingly, the ``domainVectors.inp'' file is formatted as
7070
\begin{verbatim}
@@ -75,8 +75,7 @@ \subsubsection{Example 1}\label{sec:example1}
7575
wheres each row corresponds to a domain vector.
7676
It is a requirement that the above vectors must form a right-handed coordinate system i.e. $(v1 \times v2)\cdot v3 >0$.
7777

78-
\item ``coordinates.inp'' (any other file name can be used), given as input to \verb|ATOMIC COORDINATES FILE|, is the name of an external input file present in the same workspace which lists the Cartesian coordinates
79-
of the atoms with respect to origin at the center of the domain. For this example, ``coordinates.inp'' is described as
78+
\item ``coordinates.inp'' (any other file name can be used), given as input to \verb|ATOMIC COORDINATES FILE|, is the name of an external input file present in the same workspace which lists the Cartesian coordinates of the atoms (in a.u.) with respect to origin at the center of the domain. For this example, ``coordinates.inp'' is described as
8079
\begin{verbatim}
8180
7 5 -1.30000000E+00 0.00000000E+00 0.00000000E+00
8281
7 5 1.30000000E+00 0.00000000E+00 0.00000000E+00
@@ -208,8 +207,8 @@ \subsubsection{Example 1}\label{sec:example1}
208207
set ATOMIC COORDINATES FILE = coordinates.inp
209208
set DOMAIN VECTORS FILE = domainVectors.inp
210209
subsection Optimization
211-
set FORCE TOL = 1e-4
212210
set ION OPT = true
211+
set FORCE TOL = 1e-4
213212
set ION RELAX FLAGS FILE = relaxationFlags.inp
214213
end
215214
end

0 commit comments

Comments
 (0)