I am learning quantum espresso but faced the issue while doing calculations for spin orbit coupling case. I tried changing degauss, mixing beta, ecutwfc but nothing worked for me.
error is ,
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Error in routine atomic_wfc (1):
internal error: some wfcs were lost
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Input file for scf calculation is,
&CONTROL
calculation = 'scf'
etot_conv_thr = 3.0000000000d-05
forc_conv_thr = 1.0000000000d-04
outdir = './tmp/'
prefix = 'hsl'
pseudo_dir = './pseudo/'
tprnfor = .true.
tstress = .true.
verbosity = 'high'
/
&SYSTEM
degauss = 1.4699723600d-02
ecutrho = 4.0000000000d+02
ecutwfc = 5.0000000000d+01
ibrav = 0
nat = 3
nosym = .false.
nspin = 2
ntyp = 3
occupations = 'smearing'
smearing = 'gaussian'
starting_magnetization(1) = 1.0000000000d-01
starting_magnetization(2) = 1.0000000000d-01
starting_magnetization(3) = 4.5454545455d-01
noncolin = .true. ,
angle1(1) = 90.0,
angle2(1) = 0.0,
angle3(1) = 0.0,
lspinorb = .true. ,
/
&ELECTRONS
conv_thr = 6.0000000000d-10
electron_maxstep = 80
mixing_beta = 4.0000000000d-02
/
ATOMIC_SPECIES
Br 79.904 Br.rel-pbe-n-kjpaw_psl.1.0.0.UPF
I 126.90447 I.rel-pbe-n-kjpaw_psl.1.0.0.UPF
La 138.90547 La.rel-pbe-spfn-kjpaw_psl.1.0.0.UPF
ATOMIC_POSITIONS crystal
La 0.0000000000 0.0000000000 0.0006162566
Br 0.6666666700 0.3333332999 0.1111362558
I 0.6666666700 0.3333332999 0.8719820000
K_POINTS automatic
12 12 2 0 0 0
CELL_PARAMETERS angstrom
4.4924083940 0.0000000000 0.0000000000
-2.2462041970 3.8905397940 0.0000000000
0.0000000000 0.0000000000 15.9605549200
Kindly help me fix this issue.