atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to look for new chemical species and modify the chemical information accordingly. More...
#include "atom_edit.h"
Go to the source code of this file.
Functions | |
chemical_data * | duplicate_chemical_data (int spec, chemical_data *chem) |
duplicate chemical data information | |
int | find_spec_id (int s, int z, double *list_z) |
find species id based on Z | |
int | search_for_new_spec (atom_edition *edit, atomic_object *object) |
search for new chemical species | |
Functions to look for new chemical species and modify the chemical information accordingly.
Definition in file atom_species.c.
chemical_data * duplicate_chemical_data | ( | int | spec, |
chemical_data * | chem ) |
duplicate chemical data information
spec | the number of chemical species |
chem | the chemical data to duplicate |
Definition at line 50 of file atom_species.c.
int find_spec_id | ( | int | s, |
int | z, | ||
double * | list_z ) |
find species id based on Z
s | the number of chemical species |
z | the target Z |
list_z | the list of Z values |
Definition at line 83 of file atom_species.c.
int search_for_new_spec | ( | atom_edition * | edit, |
atomic_object * | object ) |
search for new chemical species
edit | the edition window |
object | the target insert object |
Definition at line 107 of file atom_species.c.