Hi
I am new user, I want to install Bader in Ubuntu 12.10 (64), but I don't find any tutorial or paper for helping me, so if you can explain to me how I can run or install it.
Thanks in advance
Install problem
Moderator: moderators
Re: Install problem
You need to download the source code and compile it. Then run bader at the command line with your charge density file.
Re: Install problem
Hallo
Me too, I am new user of Bader, I download the source code (Ubuntu 12.10 (64)) but I didn't know How to compile it? Also run it? please give me some help.
Thanks
Me too, I am new user of Bader, I download the source code (Ubuntu 12.10 (64)) but I didn't know How to compile it? Also run it? please give me some help.
Thanks
Re: Install problem
[quote="Fadwa"]Hallo
Me too, I am new user of Bader, I download the source code (Ubuntu 12.10 (64)) but I didn't know How to compile it? Also run it? please give me some help.
Thanks[/quote]
to compile, use the make file. for linux, this should be the command :
make -f makefile.lnx_ifort
to run, you can either just type bader CHGCAR
or ./bader CHGCAR
the CHGCAR is just a dummy name for your charge file
Me too, I am new user of Bader, I download the source code (Ubuntu 12.10 (64)) but I didn't know How to compile it? Also run it? please give me some help.
Thanks[/quote]
to compile, use the make file. for linux, this should be the command :
make -f makefile.lnx_ifort
to run, you can either just type bader CHGCAR
or ./bader CHGCAR
the CHGCAR is just a dummy name for your charge file