Spinor components of the exciton wavefunction

Anything regarding the post-processing utility (e.g. excitonic wavefunction analysis) is dealt with in this forum.

Moderators: Davide Sangalli, andrea marini, Daniele Varsano

Post Reply
Will_2
Posts: 2
Joined: Tue Aug 11, 2020 5:36 pm

Spinor components of the exciton wavefunction

Post by Will_2 » Tue Aug 11, 2020 6:17 pm

Dear Developers,

I would like to be able to extract the four spinor components of an exciton wavefunction in a system with spin-orbit coupling, and the spatial wavefunction component associated with each spinor. I was wondering if there is a method of extracting this information from the BSE output, please?

Many thanks for your help - much appreciated.

All the best,

Will
Will Drake
1st year PhD student
Department of Physics
University of Cambridge

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

Re: Spinor components of the exciton wavefunction

Post by Daniele Varsano » Thu Aug 13, 2020 11:25 am

Dear Will,

the spinor components in the excitonic wavefunctions are summed up.
If you want to look at each component you need to slightly modify the source:

in ypp/excitons/excitons_WFs.F
you will find:

Code: Select all

193        wf_vc(neh) = conjg(WF1_ir(1))*WF2_ir(1)
194        if(n_spinor==2) wf_vc(neh) = wf_vc(neh) + conjg(WF1_ir(2))*WF2_ir(2)
and you can comment the first or second line for the first and second spinor components respectively.

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/

Will_2
Posts: 2
Joined: Tue Aug 11, 2020 5:36 pm

Re: Spinor components of the exciton wavefunction

Post by Will_2 » Thu Aug 13, 2020 6:39 pm

Dear Daniele,

That's really helpful, thank you very much.

All the best,

William
Will Drake
1st year PhD student
Department of Physics
University of Cambridge

Post Reply