[QE-users] Nose-Hoover Chain in CPMD

2022-02-19 Thread ustbhh
Dear QE users,

I am studying the cpmd recently. I want to melt the Ca2SiO4 crystal by heating 
it up (target temperature is 3000K) . But I don't know how to select parameter 
of nhpcl, nhptyp and fnosep.  I know that the nhpcl is the number of 
nose-hoover chain. And when I increase the number, the heating process will 
become stable and extended. But the temperature ranges from -500 to +500K. And 
the ekinc keeps going up. Can you tell me the meaning of these paratemer and 
how to contron the temperature stablely. 

Best,
Leo

2022-02-19


ustbhh ___
Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users

Re: [QE-users] Why is my VC-RELAX not showing converged result?

2022-02-19 Thread Lorenzo Paulatto
hello,
vc-relax is done at constant fft grid, not constant kineti energy cutoff. At 
the end the scf is repeated with the initial cutoff, which can show some 
discrepancy if the calculation was not very converged, or if the initial volume 
was quite far from the final one. Repeat the vc-relax starting with the final 
cell and you should get a perfect result.

hth
--
Lorenzo Paulatto - Paris
On Feb 19 2022, at 5:58 pm, Naharin Jannath  
wrote:
> I ran the VC-RELAX for simple niobium until I get a converged value. But at 
> the bottom of the output, the cell parameter stops changing. Also, the 
> pressure is well below the "pres_conv_thr" which was set to 0.01 in the input 
> file. Can anyone tell me how to fix it? Also, my CELL_PARAMETER vs K curve is 
> not smooth even using large smearing.
>
> &CONTROL
> calculation = 'vc-relax'
> restart_mode = 'from_scratch'
> prefix = 'Nb'
> etot_conv_thr = 0.01
> pseudo_dir = '.'
> outdir = '.'
> disk_io = 'none'
> tstress = .true.
> tprnfor = .true.
> /
> &SYSTEM
> degauss = 0.05
> ecutrho = 360
> ecutwfc = 45
> ibrav = 0
> nat = 1
> ntyp = 1
> occupations = "smearing"
> smearing = "gaussian"
> /
> &ELECTRONS
> conv_thr = 1.0e-08
> electron_maxstep = 200
> mixing_mode = 'plain'
> mixing_beta = 0.5
> startingpot = "atomic"
> startingwfc = "atomic+random"
> /
> &IONS
> ion_dynamics = "bfgs"
> /
> &CELL
> cell_dynamics = "bfgs"
> press_conv_thr = 0.01
> /
> ATOMIC_SPECIES
> Nb 92.90638 Nb.pbe-spn-kjpaw_psl.0.3.0.UPF
> ATOMIC_POSITIONS {crystal}
> Nb 0.00 0.00 0.00
> CELL_PARAMETERS {angstrom}
> 1.675751271 1.675751271 1.675751271
> -1.675751271 1.675751271 1.675751271
> -1.675751271 -1.675751271 1.675751271
> K_POINTS {automatic}
> 10 10 10 0 0 0
>
>
> output --
> PRESSURE -
> total stress (Ry/bohr**3) (kbar) P= -47.02
> total stress (Ry/bohr**3) (kbar) P= -9.58
> total stress (Ry/bohr**3) (kbar) P= 0.65
> total stress (Ry/bohr**3) (kbar) P= 0.02
> total stress (Ry/bohr**3) (kbar) P= 0.01
> total stress (Ry/bohr**3) (kbar) P= -0.21
>
>
> CELL_PARAMETERS (angstrom)
> 1.662361144 1.662361144 1.662361144
> --
> CELL_PARAMETERS (angstrom)
> 1.659001159 1.659001159 1.659001159
> --
> CELL_PARAMETERS (angstrom)
> 1.659212618 1.659212618 1.659212618
> --
> CELL_PARAMETERS (angstrom)
> 1.659217666 1.659217666 1.659217666
> --
> CELL_PARAMETERS (angstrom)
> 1.659217666 1.659217666 1.659217666
>
> ___
> Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
> users mailing list users@lists.quantum-espresso.org
> https://lists.quantum-espresso.org/mailman/listinfo/users

___
Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users

Re: [QE-users] Why is my VC-RELAX not showing converged result?

2022-02-19 Thread sally issa
Hey!
I suggest you to put in section:
&control
etot_conv_thr =1.d-4 # this one for convergence threshold on total energy for 
ionic minimization
forc_conv_thr=1.d-3 #the same thing but convergence threshold on forces

U can put also in section
&electrons
Conv_thr = 1.0e-6
Mixing_beta=0.2
Mixing_mode = “plain”
Mixing_ndim=8

U can check your cell_parameters… its not seems to me that is body cubic center!

Try it and tell me …
Best regards,
Sally

On 19 Feb 2022, at 17:59, Naharin Jannath  wrote:


I ran the VC-RELAX for simple niobium until I get a converged value. But at the 
bottom of the output, the cell parameter stops changing. Also, the pressure is 
well below the "pres_conv_thr" which was set to 0.01 in the input file. Can 
anyone tell me how to fix it? Also, my CELL_PARAMETER vs K curve is not smooth 
even using large smearing.
&CONTROL
calculation = 'vc-relax'
restart_mode = 'from_scratch'
prefix = 'Nb'
etot_conv_thr = 0.01
pseudo_dir = '.'
outdir = '.'
disk_io = 'none'
tstress = .true.
tprnfor = .true.
/
&SYSTEM
degauss = 0.05
ecutrho = 360
ecutwfc = 45
ibrav = 0
nat = 1
ntyp = 1
occupations = "smearing"
smearing = "gaussian"
/
&ELECTRONS
conv_thr = 1.0e-08
electron_maxstep = 200
mixing_mode = 'plain'
mixing_beta = 0.5
startingpot = "atomic"
startingwfc = "atomic+random"
/
&IONS
ion_dynamics = "bfgs"
/
&CELL
cell_dynamics = "bfgs"
press_conv_thr = 0.01
/
ATOMIC_SPECIES
Nb 92.90638 Nb.pbe-spn-kjpaw_psl.0.3.0.UPF
ATOMIC_POSITIONS {crystal}
Nb 0.00 0.00 0.00
CELL_PARAMETERS {angstrom}
1.675751271 1.675751271 1.675751271
-1.675751271 1.675751271 1.675751271
-1.675751271 -1.675751271 1.675751271
K_POINTS {automatic}
10 10 10 0 0 0
output --
PRESSURE -
total stress (Ry/bohr**3) (kbar) P= -47.02
total stress (Ry/bohr**3) (kbar) P= -9.58
total stress (Ry/bohr**3) (kbar) P= 0.65
total stress (Ry/bohr**3) (kbar) P= 0.02
total stress (Ry/bohr**3) (kbar) P= 0.01
total stress (Ry/bohr**3) (kbar) P= -0.21
CELL_PARAMETERS (angstrom)
1.662361144 1.662361144 1.662361144
--
CELL_PARAMETERS (angstrom)
1.659001159 1.659001159 1.659001159
--
CELL_PARAMETERS (angstrom)
1.659212618 1.659212618 1.659212618
--
CELL_PARAMETERS (angstrom)
1.659217666 1.659217666 1.659217666
--
CELL_PARAMETERS (angstrom)
1.659217666 1.659217666 1.659217666
___
Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users
___
Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users

[QE-users] Why is my VC-RELAX not showing converged result?

2022-02-19 Thread Naharin Jannath
I ran the VC-RELAX for simple niobium until I get a converged value. But at
the bottom of the output, the cell parameter stops changing. Also, the
pressure is well below the "pres_conv_thr" which was set to 0.01 in the
input file. Can anyone tell me how to fix it? Also, my CELL_PARAMETER vs K
curve is not smooth even using large smearing.
&CONTROL
calculation = 'vc-relax'
restart_mode = 'from_scratch'
prefix = 'Nb'
etot_conv_thr = 0.01
pseudo_dir = '.'
outdir = '.'
disk_io = 'none'
tstress = .true.
tprnfor = .true.
/
&SYSTEM
degauss = 0.05
ecutrho = 360
ecutwfc = 45
ibrav = 0
nat = 1
ntyp = 1
occupations = "smearing"
smearing = "gaussian"
/
&ELECTRONS
conv_thr = 1.0e-08
electron_maxstep = 200
mixing_mode = 'plain'
mixing_beta = 0.5
startingpot = "atomic"
startingwfc = "atomic+random"
/
&IONS
ion_dynamics = "bfgs"
/
&CELL
cell_dynamics = "bfgs"
press_conv_thr = 0.01
/
ATOMIC_SPECIES
Nb 92.90638 Nb.pbe-spn-kjpaw_psl.0.3.0.UPF
ATOMIC_POSITIONS {crystal}
Nb 0.00 0.00 0.00
CELL_PARAMETERS {angstrom}
1.675751271 1.675751271 1.675751271
-1.675751271 1.675751271 1.675751271
-1.675751271 -1.675751271 1.675751271
K_POINTS {automatic}
10 10 10 0 0 0
output --
PRESSURE -
total stress (Ry/bohr**3) (kbar) P= -47.02
total stress (Ry/bohr**3) (kbar) P= -9.58
total stress (Ry/bohr**3) (kbar) P= 0.65
total stress (Ry/bohr**3) (kbar) P= 0.02
total stress (Ry/bohr**3) (kbar) P= 0.01
total stress (Ry/bohr**3) (kbar) P= -0.21
CELL_PARAMETERS (angstrom)
1.662361144 1.662361144 1.662361144
--
CELL_PARAMETERS (angstrom)
1.659001159 1.659001159 1.659001159
--
CELL_PARAMETERS (angstrom)
1.659212618 1.659212618 1.659212618
--
CELL_PARAMETERS (angstrom)
1.659217666 1.659217666 1.659217666
--
CELL_PARAMETERS (angstrom)
1.659217666 1.659217666 1.659217666
___
Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users

[QE-users] The difference between DFT-D and DFT-D2 in QE package

2022-02-19 Thread mohammad maymoun
I am working on decorating 2D materials (carbon based) with halogen atoms.
I have readed several papers on decorating 2D materials which include van
der Waals correction, some of these papers used DFT-D and others used
DFT-D2. But when I looked into the QE package I found that 'grimme-d2',
'Grimme-D2', 'DFT-D', 'dft-d' means the same thing.
I am wondering if this is correct or there is  a misunderstanding of mine.
Please correct me if I am wrong.
I also have another question: there are several  van der Waals corrections
available in the QE package including semi empirical and functional. In the
absence of experimental data it is difficult to select the compatible van
der Waals correction for our material. Because these methods give different
formation energy, cell parameters, band gap,.
could you please give me advice in this regard.

--
*Best regards,*

*Mohammad Maymoun*


*PhD Student*
*Laboratoire des sciences des Matériaux, des Milieux et de la Modélisation
(LS3M)*

*Faculté Polydisciplinaire de Khouribga*

*Université Sultan Moulay Slimane*
*Béni Mellal , Maroc*
___
Quantum ESPRESSO is supported by MaX (www.max-centre.eu)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users