I am a beginner with quantum espresso, and am trying to relax a sulfite ion. For some reason I cannot get it to converge. Here is my input file:
&CONTROL
calculation='relax'
prefix='sulfite'
pseudo_dir = '/home/asmaldo1/SSSP_efficiency_pseudos',
outdir = './outdir'
/
&SYSTEM
ibrav=1,
celldm(1)=20,
nat=4,
ntyp=2,
ecutwfc=75
tot_charge=-2
/
&ELECTRONS
/
&IONS
/
&CELL
cell_dofree='ibrav'
/
ATOMIC_SPECIES
S 32.065 s_pbe_v1.4.uspp.F.UPF
O 15.9994 O.pbe-n-kjpaw_psl.0.1.UPF
ATOMIC_POSITIONS (angstrom)
S -0.0001 -0.0345 -0.5997
O -1.2433 0.7050 0.1933
O 1.2423 0.7069 0.1932
O 0.0011 -1.3774 0.2131
K_POINTS (automatic)
1 1 1 0 0 0
Is there something that I am missing, or something else that I could try? Thanks.