19 |
|
|
20 |
|
\begin{document} |
21 |
|
|
22 |
+ |
These are the bass keywords. |
23 |
+ |
|
24 |
+ |
|
25 |
|
\begin{table} |
26 |
|
\caption{The Global Keywords} |
27 |
|
\begin{center} |
28 |
+ |
% Note when adding or removing columns, the \hsize numbers must add up to the total number |
29 |
+ |
% of columns. |
30 |
|
\begin{tabularx}{\linewidth}% |
31 |
< |
{|X| % |
32 |
< |
X|% |
33 |
< |
X|% |
34 |
< |
X|% |
30 |
< |
X|} |
31 |
> |
{>{\setlength{\hsize}{1.00\hsize}}X% |
32 |
> |
>{\setlength{\hsize}{0.4\hsize}}X% |
33 |
> |
>{\setlength{\hsize}{1.2\hsize}}X% |
34 |
> |
>{\setlength{\hsize}{1.4\hsize}}X} |
35 |
|
|
36 |
< |
{\bf variable}& {\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ |
37 |
< |
$\delta t$ & {\tt dt} & fs & Sets the simulation time step. & Simulation will fail if not present. |
36 |
> |
{\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ \hline |
37 |
> |
{\tt forceField} & string & Sets the force field. & Simulation will fail if not present. \\ |
38 |
> |
{\tt ensemble} & string & Sets the ensemble. & Simulation will fail if not present. \\ |
39 |
> |
{\tt dt} & fs & Sets the time step. & Simulation will fail if not present. \\ |
40 |
> |
{\tt nComponents} & integer & Sets the number of components. & Simulation will fail if not present. \\ |
41 |
> |
{\tt initialConfig} & string & Sets the file containing the initial configuration. & Simulation will fail if not present.\\ |
42 |
> |
{\tt targetTemp } & K & Sets the target temperature. & Used when re-scaling the velocities and by the constant temperature ensembles. \\ |
43 |
> |
|
44 |
|
\end{tabularx} |
45 |
|
\end{center} |
46 |
< |
\end{table} |
46 |
> |
\end{table} |
47 |
> |
|
48 |
> |
|
49 |
> |
\end{document} |