Atomsk code has many utilities but here we can use it to create the POSCAR input file for vasp calculation.
Prerequisites
* git
* lapack-dev (for Ubuntu) or lapack-devel (for Opensuse)
Downloading
git clone https://github.com/pierrehirel/atomsk/
Installing
cd src
make atomsk
sudo make install
Now we need to add the path to the ~/.bashrc file
#---atomsk path
export ATOMSK=/home/algerien1970/abinitio/atomsk/src
export PATH=$PATH:$ATOMSK
#--------------------------------
0 Comments