ypp issue of yambo-4.5.2

You can find here problems arising when using old releases of Yambo (< 5.0). Issues as parallelization strategy, performance issues and other technical aspects.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan

Locked
kli103
Posts: 15
Joined: Wed May 20, 2020 7:25 am
Location: University of California, Santa Cruz

ypp issue of yambo-4.5.2

Post by kli103 » Sun Feb 21, 2021 10:35 am

Dear yambo developers,

I used the ypp command

Code: Select all

$YAMDIR/ypp -e s -J bse
where

Code: Select all

$YAMDIR 
was the yambo installation directory to evaluate the oscillator strength of each excitation after I had successfully done BSE. However, I got the following issue.

Code: Select all

ypp : invalid option -- e

This is ypp 4.5.2 rev.171 - MPI+SLK -
Usage: ypp -h -H -J <opt> -V <opt> -F <opt> -I <opt> -O <opt> -C <opt> -D -W <opt> -Q -E <opt> -M -k <opt> -q <opt> -i -b -s <opt> -e <opt> -f -m -w <opt> -y
Try `ypp -H' for more information
With

Code: Select all

$YAMDIR/ypp -F amp.in -J bse
, I was able to obtain the amplitude and weight of transitions between bands at different kpoints for excitations.

Could you help me with this issue?

Best regards,
Kejun
Kejun Li
PhD student,
Department of Physics,
University of California, Santa Cruz
E-mail: kli103@ucsc.edu

User avatar
Daniele Varsano
Posts: 3808
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: ypp issue of yambo-4.5.2

Post by Daniele Varsano » Sun Feb 21, 2021 10:41 am

Dear Kejun,

i advise to update to the new release of yambo, 5.0.
ypp -e s should sort the excitation according to their energy and amplitude.
Try to type

Code: Select all

ypp -e s 1 -J bse
if it does not work, there could a problem in the compilation, in this case please post your config.log file.

Best,
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/

kli103
Posts: 15
Joined: Wed May 20, 2020 7:25 am
Location: University of California, Santa Cruz

Re: ypp issue of yambo-4.5.2

Post by kli103 » Mon Feb 22, 2021 1:10 am

Dear Daniele,

ypp works now. Thanks!

Best,
Kejun
Kejun Li
PhD student,
Department of Physics,
University of California, Santa Cruz
E-mail: kli103@ucsc.edu

Locked