8000 Implement standard XYZ format by drroe · Pull Request #927 · Amber-MD/cpptraj · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement standard XYZ format #927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
8000
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
19 changes: 17 additions & 2 deletions doc/cpptraj.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -17014,7 +17014,8 @@ Options for XYZ format:
\end_layout

\begin_layout LyX-Code
ftype {atomxyz|xyz} titletype {none|single|perframe} width <#> prec <#>
[ftype {namexyz|atomxyz|xyz}] [titletype {none|single|perframe}] [width
<#>] [prec <#>]
\end_layout

\begin_deeper
Expand All @@ -17023,7 +17024,16 @@ ftype
\begin_inset space ~
\end_inset

{atomxyz|xyz} Choose either 'ATOM X Y Z' (default) or 'X Y Z' output format.
{atomxyz|xyz} Choose either 'NAME X Y Z' (default), 'ATOM X Y Z', or 'X
Y Z' output format.

\series bold
'namexyz'
\series default
format is the standard XYZ format, where each frame is preceded by the
number of atoms and a comment.
The comment written by CPPTRAJ will include the set number and box information
(if present).
\end_layout

\begin_layout Description
Expand All @@ -17033,6 +17043,11 @@ titletype

{none|single|perframe} No title, one title (default), or title before every
frame.
Only applies if not
\series bold
'namexyz'
\series default
.
\end_layout

\begin_layout Description
Expand Down
Loading
0