|
|
###### VORONOI code
|
|
|
# VORONOI code
|
|
|
|
|
|
The voronoi program can be used to construct a potential and a shape
|
|
|
functional file from scratch or to modify an existing potential. On this
|
|
|
page you find a link to the source code and a short description on how
|
|
|
to compile and use it.
|
|
|
|
|
|
##### Common code version
|
|
|
## Common code version
|
|
|
|
|
|
The VORONOI code is part of the JuKKR suite and can be found on this
|
|
|
page: https://iffgit.fz-juelich.de/kkr/jukkr
|
|
|
|
|
|
##### Compilation
|
|
|
## Compilation
|
|
|
|
|
|
Simply type *make* in your copy of the folder *prog*. Attention: the
|
|
|
executable that is going to be created will be put into the folder that
|
|
|
**contains** the folder *prog* (i.e. to *../voronoi.exe*).
|
|
|
Run the `install.py` script, select the `voronoi` code and follow the instructions of the installation script.
|
|
|
|
|
|
##### How to use it
|
|
|
*The voronoi code typically runs through in a few seconds to minutes and it is not parallelized. Thus you should only choose the **serial** installation for `voronoi`.*
|
|
|
|
|
|
* Construct potential and shapefun [from scratch](start_from_scratch)
|
|
|
* Construct potential and shapefun [using a generalized potential file](start_from_genpot) |
|
|
## How to use it
|
|
|
|
|
|
* Construct potential and shapefun [from scratch](start_from_scratch)
|
|
|
|
|
|
* Construct potential and shapefun [using a generalized potential file](start_from_genpot) |