3
0
mirror of https://github.com/triqs/dft_tools synced 2025-04-07 17:23:24 +02:00

[doc] update VASP SVO tutorial for new interface features

This commit is contained in:
the-hampel 2025-02-19 14:19:35 +01:00
parent dbbbf020fa
commit bd039be7b2
3 changed files with 140 additions and 87 deletions

View File

@ -1,23 +1,23 @@
SYSTEM = SrVO3
NCORE = 4
NCORE = 1
KPAR = 5
LMAXMIX=6
EDIFF = 1.E-10
# make sure that the wavefunction is properly converged
NELMIN = 30
# DOS energy window
NEDOS = 2001
! switch off symmetries
ISYM=-1
NEDOS = 3001
# Smearing procedure
ISMEAR = -5
# the energy window to optimize projector channels
EMIN = 3.9
EMAX = 7.1
EMIN = -1.0
EMAX = 10.1
# use the PAW channel optimization
LORBIT=14
# project to V d
LOCPROJ = 2 : d : Pr
LOCPROJ = 2 : d : Pr

View File

@ -1,6 +1,6 @@
Automatic Mesh
0
Gamma
9 9 9
15 15 15
0 0 0

File diff suppressed because one or more lines are too long