Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion doc/cpptraj.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,10 @@ closest
watershell
\end_layout

\begin_layout LyX-Code
gist
\end_layout

\begin_layout Section
General Concepts
\end_layout
Expand Down Expand Up @@ -22490,7 +22494,7 @@ gist

\end_inset

[doorder] [doeij] [skipE] [refdens <rdval>] [temp <tval>]
[doorder] [doeij] [skipS] [skipE] [refdens <rdval>] [temp <tval>]
\end_layout

\begin_layout LyX-Code
Expand Down Expand Up @@ -22543,6 +22547,10 @@ literal "true"
).
\end_layout

\begin_layout Description
[skipS] Skip all entropy calculations.
\end_layout

\begin_layout Description

\series bold
Expand Down Expand Up @@ -22922,6 +22930,27 @@ refdens
keyword, instead of allowing GIST to supply the default value.
\end_layout

\begin_layout Standard
For GIST, a GPU accelerated version is available, in which the interaction
energy is calculated using CUDA.
When using the GPU accelerated version of GIST, the
\series bold
doeij
\series default
keyword is not available.
It is recommended to use a grid covering the entire box, when using the
GPU implementation.
You may also choose a smaller grid, but all interaction energies, i.e., each
atom with each atom, will always be calculated independent of the chosen
grid.
This ensures optimum performance when calculating the interaction energies.
Thus, the additional time required to calculate the order parameters (
\series bold
doorder
\series default
) is negligible.
\end_layout

\begin_layout Subsubsection*
\paragraph_spacing other 3
\noindent
Expand Down
Loading