atomes 1.1.15
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"
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 251 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.