I'm trying to calculate the vc-relax the equilibrium structures of perovskite compounds like SrTiO3. I also worked through several tutorials how to do calculations with Quantum Espresso and in principle everything works. But when I do vc-relax calculations, the output shows no change in lattice or atomic position. My Input file contains the parameters of the cubic phase for SrTiO3, which is present at room temperature. But at 0 K it should change to rhombohedral, but this doesn't happen. The output always shows the same lattice and atomic Parameters like in the Input file. I tried several modifications in the .in file like 'bfgs', 'damp' etc.. I also varied the ecutwfc and ecutrho and sometimes changed the Initial atomic positions slightly, but the result is always like the Input. Honestly i don't know what to do further. Maybe someone has an idea. Below one of my Input files:
&control
calculation = 'vc-relax'
prefix='SrTiO3',
pseudo_dir = 'C:/cygwin64/home/Markus/QuantumEspresso/espresso-5.4.0/pseudo/',
outdir='C:/cygwin64/home/Markus/QuantumEspresso/SrTiO3/'
/
&system
ibrav = 1,
celldm(1) = 7.387,
nat = 5,
ntyp = 3,
ecutwfc = 40.0,
ecutrho = 400.0,
/
&electrons
mixing_beta = 0.7
conv_thr = 1.0d-8
/
&ions
ion_dynamics = 'damp',
/
&cell
cell_dynamics = 'damp-w',
/
ATOMIC_SPECIES
Sr 87.62 Sr.pbe-mt_fhi.UPF
Ti 47.867 Ti.pbe-mt_fhi.UPF
O 15.9994 O.pbe-mt_fhi.UPF
ATOMIC_POSITIONS
Sr 0.5 0.5 0.5 1 1 1
Ti 0 0 0 1 1 1
O 0.5 0 0 1 1 1
O 0 0.5 0 1 1 1
O 0 0 0.5 1 1 1
K_POINTS automatic
4 4 4 1 1 1