|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to read CPMD atomic coordinates. More...
#include "global.h"#include "glview.h"#include "callbacks.h"#include "interface.h"#include "project.h"#include "bind.h"#include "readers.h"
Include dependency graph for read_trj.c:Go to the source code of this file.
Functions | |
| int | trj_get_atom_coordinates () |
| get the atomic coordinates from the CPMD file | |
| int | open_trj_file (int linec) |
| open CPMD file | |
Functions to read CPMD atomic coordinates.
Definition in file read_trj.c.
| int open_trj_file | ( | int | linec | ) |
open CPMD file
| linec | Number of lines in the file |
Definition at line 249 of file read_trj.c.
| int trj_get_atom_coordinates | ( | ) |
get the atomic coordinates from the CPMD file
Definition at line 54 of file read_trj.c.