Back to main menu

Mode: ddplot

Syntax

atomsk --ddplot <file1> <file2> [<outputfile>] [options]

Description

In this mode Atomsk reads two input files and builds a file in the ddplot format (.dd). The <file1> should correspond to the ideal system (with no dislocation) and the <file2> to the system containing a dislocation. Both files MUST have the exact same number of particles. They may be of two different formats as long as they are supported formats.

In this mode, any <format> statement is ignored, as output is forced (and restricted) to the ddplot format (.dd).

If you use this mode with one or several options, then these options will be applied on the two files before the ddplot file is constructed.

Beware that there is a limitation in the number of atoms that the program ddplot can display, and Atomsk will display a warning if your system exceeds this number. You can use the ddplot mode with the option -cut in order to display only the part you are interested in.

Examples

Back to main menu