atomes 1.1.17
atomes: an atomic scale modeling tool box
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
xyz.F90 File Reference

Write XYZ atomic coordinates. More...

Go to the source code of this file.

Functions/Subroutines

integer(kind=c_int) function read_xyz (xyz_f, lxyz, is_npt)
 
integer function test_length (unitfile, natl)
 
subroutine send_label (sp_id, sp_ln, spec_label)
 
integer(kind=c_int) function write_xyz (xyz_f, lxyz, fxyz, txyz)
 

Detailed Description

Write XYZ atomic coordinates.

Author
Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r

Definition in file xyz.F90.

Function/Subroutine Documentation

◆ read_xyz()

integer (kind=c_int) function read_xyz ( character (kind=c_char), dimension(*), intent(in) xyz_f,
integer (kind=c_int), intent(in) lxyz,
integer (kind=c_int), intent(in) is_npt )

Definition at line 21 of file xyz.F90.

◆ send_label()

subroutine send_label ( integer (kind=c_int), intent(in) sp_id,
integer (kind=c_int), intent(in) sp_ln,
character (kind=c_char), dimension(sp_ln), intent(in) spec_label )

Definition at line 119 of file xyz.F90.

◆ test_length()

integer function test_length ( integer, intent(in) unitfile,
integer, intent(in) natl )

Definition at line 94 of file xyz.F90.

◆ write_xyz()

integer (kind=c_int) function write_xyz ( character (kind=c_char), dimension(*), intent(in) xyz_f,
integer (kind=c_int), intent(in) lxyz,
integer (kind=c_int), intent(in) fxyz,
integer (kind=c_int), intent(in) txyz )

Definition at line 135 of file xyz.F90.