atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
read_xyz.c File Reference

Functions to read XYZ atomic coordinates. More...

#include "global.h"
#include "glview.h"
#include "callbacks.h"
#include "interface.h"
#include "project.h"
#include "bind.h"
#include <omp.h>
#include "readers.h"
+ Include dependency graph for read_xyz.c:

Go to the source code of this file.

Functions

int xyz_get_atom_coordinates ()
 get the atomic coordinates from the XYZ file
 
int open_xyz_file (int linec)
 open XYZ file
 

Detailed Description

Functions to read 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 read_xyz.c.

Function Documentation

◆ open_xyz_file()

int open_xyz_file ( int linec)

open XYZ file

Parameters
linecNumber of lines in the file

Definition at line 301 of file read_xyz.c.

◆ xyz_get_atom_coordinates()

int xyz_get_atom_coordinates ( )

get the atomic coordinates from the XYZ file

Definition at line 52 of file read_xyz.c.