phonon dispersion of copper
Posted: Tue Oct 04, 2022 12:52 pm
				
				Dear all,
I am using QE to calculate phonon dispersion of copper. But I found my result is different with reference. Could you find some problems in my calculation?
The figure at the bottom is my result.

![Image]()
			I am using QE to calculate phonon dispersion of copper. But I found my result is different with reference. Could you find some problems in my calculation?
Code: Select all
&CONTROL
  calculation='scf'
  pseudo_dir='./'
  outdir='./'
  restart_mode='from_scratch' 
  prefix='Cu'
/
&SYSTEM
  ibrav= 2 
  nat= 1
  ntyp= 1 
  celldm(1)=6.834030 
  ecutwfc = 90
  occupations='smearing'
  degauss=0.01
/
&ELECTRONS
  conv_thr = 1.0d-10
/
ATOMIC_SPECIES
  Cu 63.546 Cu_pbe_v1.2.uspp.F.UPF
ATOMIC_POSITIONS (crystal)
  Cu  0.0000000000  0.0000000000  0.0000000000
K_POINTS {automatic}
  11 11 11 1 1 1
Code: Select all
phonon calculation
&inputph
  outdir='./'
  prefix='Cu'
  tr2_ph=1.0d-14
  ldisp=.true.
  amass(1)=63.546 
  nq1=4,nq2=4,nq3=4
  fildyn='Cu.dyn'
  fildvscf='dvscf'
/
Code: Select all
&input
  fildyn='Cu.dyn'
  zasr='simple'
  flfrc='Cu.fc'
/
Code: Select all
&input
  asr='simple'
  amass(1)=63.546
  flfrc='Cu.fc'
  flfrq='Cu.freq'
  q_in_band_form=.true.
  q_in_cryst_coord=.true.
/
6
0.0000 0.0000 0.0000 30
0.0000 0.5000 0.5000 30
0.2500 0.5000 0.7500 30
0.0000 0.5000 0.5000 30
0.0000 0.0000 0.0000 30
0.5000 0.5000 0.5000 30
