1. I want to analyze the spectrum results with ypp, as shown in this tutorials, http://www.yambo-code.org/tutorials/SiH4/index.php setction [07]
Following the example, I need to choose the diagonalization solver. Then I type:
Code: Select all
yambo -o b -k sex -y d
but there is no
Code: Select all
WRbsWF # [BSS] Write to disk excitonic the FWs
But when I used the
Code: Select all
yambo -o b -k sex -y d -V resp
The Response function is needed here? But it seems that it was not mentioned in the tutorials.
2. I have obtained BSE spectrum, the data is arranged like this:
Code: Select all
# E/ev[1] eps /Im[2] eps /Re[3] eps0/Im[4] eps0/Re[5] eps`/Im[6] eps`/Re[7]
#
0.00000 0.00000 13.93249 0.00000 12.98278 0.00000 13.93249
0.1010 0.1773E-1 13.94 0.1362E-1 12.99 0.1773E-1 13.94
In other words, which column of the data should we use to plot the spectrum?
thanks