Dear EXCITING band
When trying to excitonic wavefunctions calculations on top of a BSE with exciting-carbon, I come across this error:
"Error in arraytointeger
Too many elements found"
I followed exactly from "Exciton Analysis and Visualization" tutorial section. However, when I did the original tutorial for LiF, everything was normal and I got the reference results. Does anybody have an idea about this error? The input file is also attached here. It should be noted that splitting execution into some sequential tasks, i.e. ground state, G0W0, and finally BSE calculation was not the solution. In addition, the BSE calculation was down solely without adding excitonic analysis elements!
Regards
#####################################################
<?xml version="1.0" encoding="UTF-8"?>
<input>
<title>C4</title>
<structure speciespath="/home/soft/exciting-carbon/species/">
<crystal>
<basevect> 8.184177329 0.000000000 0.000000000 </basevect>
<basevect> 0.000000000 8.184177329 0.000000000 </basevect>
<basevect> 4.092088665 4.092088665 2.348615423 </basevect>
</crystal>
<species speciesfile="C.xml" rmt="1.4000">
<atom coord="0.0000000000 0.0000000000 0.0000000000"/>
<atom coord="0.6392361542 0.6392361542 0.0000000000"/>
<atom coord="0.0000000000 0.6392361542 0.0000000000"/>
<atom coord="0.6392361542 0.0000000000 0.0000000000"/>
</species>
</structure>
<groundstate
ngridk="7 7 7"
rgkmax="7"
swidth="0.001"
xctype="LDA_PZ"
nempty="10">
</groundstate>
<gw
taskname="g0w0"
ngridq="2 2 2"
nempty="20"
ibgw="1"
nbgw="20">
</gw>
<xs
xstype="BSE"
ngridk="8 8 8"
ngridq="8 8 8"
nempty="10"
gqmax="1.2"
vkloff="0.089 0.25 0.64"
broad="0.007"
tevout="true">
<energywindow
intv="0.0 1.1"
points="2000"/>
<screening
screentype="full"
nempty="20"/>
<BSE
nexcitmax="10"
nstlbse="2 8 1 8"
nstlxas="2 8 1 8" />
<qpointset>
<qpoint>0.0 0.0 0.0</qpoint>
</qpointset>
<storeexcitons MinNumberExcitons="1" MaxNumberExcitons="10"/>
<writeexcitons MinNumberExcitons="1" MaxNumberExcitons="10"/>
</xs>
</input>