Header Ads Widget

Ab initio Calculations Using Wien2k Code

Last Posts

10/recent/ticker-posts

How to install WIEN2k in Ubuntu 10.04

## The following is an edited version of instructions given by http://xinhuolin.web.officelive.com/Wien2kinUbuntu.aspx

Download from http://www.wien2k.at/index.html and save .tar file in a local directory (ie. home directory ~/wien) 
 
 0. Delete the previous version
 
 rm -rf ~/.w2web     ## this is only necessary if you have attempted a previous install
 
1.  Prerequisites
 
sudo apt-get install csh
sudo apt-get install build-essentialsudo apt-get install liblapack-dev
sudo apt-get install libblas-dev
 
2. Unpack the compressed package
 
tar -xvf WIEN2k_09.tar    #   (skip this if you downloaded files separately)
gunzip *.gz
 
 3. Give autorization to expand script
 
chmod +x ./expand_lapw

 
 4. Run
 
./expand_lapw
 
 
5. Run
 
./siteconfig_lapw

system: choose V gfortran+gotolib
compiler: gfortran and gcc
lib: R: -llapack_lapw -lblas_lapw -lblas -llapack
 
 6. Run
 
./userconfig_lapw
 
 
7. Source the ~/.bashrc file
 
source ~/.bashrc

8. Configure the graphical interface w2web 
 
w2web -p 7890      ## or port of choice

9. then go to link  in firefox or other browser
 
http://localhost:7890/


remember, the first time you do w2web, just press enter. Don't change the default user name and password. change them after you first set it up.

Reference:  https://sites.google.com/site/jamesanalytis/wien2k-in-ubuntu-10-04



















Post a Comment

3 Comments

  1. Is there any simple way to download and install wien2k. It is so shocking that wien2k is permitted for use only to a certain class of people. It should be freely available so that people can work on it and explore new things.
    thank you

    ReplyDelete
    Replies
    1. you can follow this link to install the version 2014 of wien2k

      https://wien2k-algerien1970.blogspot.com/2016/08/how-to-install-version-2014-of-wien2k.html

      Delete