Re: [Pw_forum] Unable to separate respective spin eigenvalues?

2016-07-26 Thread Giovanni Cantele
from PP/src/bands.f90 : IF (spin_component/=1.and.nspin/=2) & CALL errore('punch_bands','incorrect spin_component',1) So, you’ll never get a spin-up and spin-down band structure unless you specify in your input spin and strarting_magnetization variables. Giovanni PS see also pw.x input

Re: [Pw_forum] Unable to separate respective spin eigenvalues?

2016-07-25 Thread Henry J Seeley
Please, any insight would be much appreciated. Thank you, Hank Seeley On 2016/07/22 14:13, Henry J Seeley wrote: > Hello QuantumEspresso community, > > I finished performing some spin-orbit calculations on Lead Sulfide, > and I'm now attempting to separate out the electron bands with respect > t

Re: [Pw_forum] Unable to separate respective spin eigenvalues? SORRY, UPDATE

2016-07-22 Thread Henry J Seeley
Of course I meant to include that I used the following in 'SYSTEM': " noncolin = .true. , lspinorb = .true. , " Sorry, Hank Seeley On 2016/07/22 14:13, Henry J Seeley wrote: > Hello QuantumEspresso community, > > I finished performing some spin-orbit calculations on Lead Sulfide, and > I'm

[Pw_forum] Unable to separate respective spin eigenvalues?

2016-07-22 Thread Henry J Seeley
Hello QuantumEspresso community, I finished performing some spin-orbit calculations on Lead Sulfide, and I'm now attempting to separate out the electron bands with respect to their spins (up/down). Using 'bands.x' with the 'spin_component' option, I hoped to receive spin up or down eigenvalues.