atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to read VASP 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 | vas_get_atom_coordinates (int sli) |
get the atomic coordinates from the VASP file | |
int | open_vas_file (int linec) |
open VASP file | |
Functions to read VASP atomic coordinates.
Definition in file read_vas.c.
int open_vas_file | ( | int | linec | ) |
open VASP file
linec | Number of lines in the file |
Definition at line 244 of file read_vas.c.
int vas_get_atom_coordinates | ( | int | sli | ) |
get the atomic coordinates from the VASP file
sli | Correction parameters depending on the VASP file version |
Definition at line 56 of file read_vas.c.