Scroll to navigation

atomes(1) General Commands Manual atomes(1)

NAME

atomes - a toolbox to analyze, visualize and create/edit 3D atomic scale models

SYNOPSIS

atomes [OPTIONS] files...
atomes [IMAGES_OPTIONS] files...

DESCRIPTION

This manual page documents briefly the atomes command.

atomes is a toolbox to analyze, visualize and create/edit 3D atomic scale models.
It offers a workspace to open and manage project(s) that can exchange data: analysis results, atomic coordinates ...
atomes also provides an advanced input preparation system for calculations using well know molecular dynamics codes:

Classical MD: DLPOLY and LAMMPS
Ab-initio MD: CPMD and CP2K
QM-MM MD: CPMD and CP2K

OPTIONS

This program uses a set of custom options to specify the file formats for atomic coordinates (ex: -xyz),
but otherwise follows the usual GNU command line syntax, with long options starting with two dashes (`-').
atomes will try to open a file based on its extension, however file type can be strictly enforced using the corresponding option.
A summary of options is presented below.

Show summary of options
Show version of program
Open atomes workspace file
Open atomes project file(s)
Import XYZ atomic coordinates(s)
Import Chem3D atomic coordinates(s)
Import CPMD atomic coordinates(s)
Import VASP atomic coordinates(s)
Import PDB atomic coordinates(s)
Import CIF atomic coordinate(s)
Import DL_POLY history file atomic coordinates(s)
Import I.S.A.A.C.S. project

EXEMPLES


atomes -awf workspace -apf project -xyz file -pdb other_file

IMAGE_OPTIONS

atomes can be used to generate image of atomic scale models directly from the command line.

Render PNG image
Render JPG image
Image name (default: image.png or image.jpg)
Image width in pixels, X_SIZE must be > 0
Image height in pixels, Y_SIZE must be > 0

Depending on the file to be rendered, default parameters for the rendering are obtained:
- For an atomes project file (*.apf): from the project file itself.
- For any another type of atomic coordinates (ex: .xyz): from the user preferences in atomes.pml
In both cases some parameters can be momentarely overriden using command line options:

Visual style, in:
- Balls and sticks: balls_and_sticks, ball_and_stick, b_and_s, bs, b
- Wireframes: wireframes, wireframe, wires, wire, wi, w
- Covalent radius: covalent_radius, covalent, cov_rad, cov, co, cr
- Ionic radius: ionic_radius, ionic_rad, ionic, ion, ir
- van der Waals radius: van_der_waals_radius, van_der_waals, vdw_radius, vdw_rad, vdw, vr
- In crystal radius: in_crystal_radius, crystal_radius, in_crystal, crystal, cryst, cr
- Spheres: spheres, sphere, sph, sp, s
- Cylinders: cylinders, cylinder, cyl, cy, c
- Dots: dots, dot, d
Representation style, in:
- Orthographic: orthograhpic, ortho, 0
- Perpsective (default): perspective, persp, 1
Trigger box representation, if any, and set box style
Style, in:
- Wireframes: wireframes, wireframe, wires, wire, wi, w
- Cylinders: cylinders, cylinder, cyl, cy, c

Trigger axis representation and set axis style
Style, in:
- Wireframes: wireframes, wireframe, wires, wire, wi, w
- Cylinders: cylinders, cylinder, cyl, cy, c
Set color map for atoms and bonds
- Chemical specie(s): species, spec, sp, 0
- Total coordination(s): total_coordiantion, total_coord, tc, 1
- Partial coordination(s): partial_coordiantion, partial_coord, pc, 2
- Fragment(s)*: fragment, frag, fg, 3
- Molecule(s)*: molecule, mol, mo, 4
* if required trigger the corresponding analysis
Trigger polyhedra representation, and set the corresponding color map
Box color, COLOR in hexadecimal coding, 3 or 6 letters, with or without #
Background gradient type, in:
- No gradient: none, no, 0
- Linear: linear, lin, 1
- Circular: circular, circ, 2
Background color, COLOR in hexadecimal coding, 3 or 6 letters, with or without #
Trigger single color mode (no gradient) for the background
Background gradient direction, in:
- Linear gradient
- Right to left: 0
- Top to bottom: 1
- Bottom right to top left: 2
- Top right to bottom left: 3
- Circular gradient
- Right to left: 0
- Left to right: 1
- Top to bottom: 2
- Bottom to top: 3
- Bottom right to top left: 4
- Bottom left to top right: 5
- Top right to bottom left: 6
- Top left to bottom righ: 7
- From the center: 8
Gradient colors mixed position in [0.0 - 1.0]
Gradient initial color, COLOR in hexadecimal coding, 3 or 6 letters, with or without #
Gradient final color, COLOR in hexadecimal coding, 3 or 6 letters, with or without #

EXAMPLES


atomes -j -W 1920 -H 1024 --output=my_file.jpg file.pdb -s cyl -e pc

SEE ALSO

https://atomes.ipcms.fr/

AUTHOR

This manual page was created by Dr. Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr>

BUGS

Report bugs at <https://github.com/Slookeur/atomes-GNU/issues>.

June 5 2026