LSCDM method and w90?

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
michaela._fechner
Newbie
Newbie
Posts: 6
Joined: Tue Dec 15, 2020 7:41 am

LSCDM method and w90?

#1 Post by michaela._fechner » Tue Mar 01, 2022 8:28 am

Dear all,

I noticed that also VASP has an implementation of LSCDM method to compute WannierFunctions, however,
although the code mentioned it I cannot get it to work. I am using the most recent VASP version (6.2.1), linked against W90 3.1. Then I try create a simple example for SrTiO3 perovskite the input looks as follows (see below),
although specified the code complains that no projections are defined and than w90 crashes consequently.

So is there a way to get this working?

best
M


INCAR:

SYSTEM = STO

ISMEAR = 0
SIGMA = 0.01
EDIFF = 1E-8
ENCUT = 600
NELM = 200
ISYM = 2

LWANNIER90_RUN=.TRUE.
LSCDM=.TRUE.

LWANNIER90_WIN="
# disentanglement
dis_num_iter = 500
dis_conv_tol = 1e-8

#iterations
num_iter = 500
num_print_cycles = 50
conv_tol = 1e-4

"


POSCAR:
STO
1.00000000000000
3.8979836085520994 0.0000000000000000 0.0000000000000000
0.0000000000000000 3.8989836085520994 0.0000000000000000
0.0000000000000000 0.0000000000000000 3.8999836085520994
Sr Ti O
1 1 3
Direct
0.25000000000000000 0.25000000000000000 0.25000000000000000
0.75000000000000000 0.75000000000000000 0.75000000000000000
0.75000000000000000 0.75000000000000000 0.25000000000000000
0.75000000000000000 0.25000000000000000 0.75000000000000000
0.25000000000000000 0.75000000000000000 0.75000000000000000

KPOINTS:
A-Points
0
Gankov
3 3 3
0 0 0

michaela._fechner
Newbie
Newbie
Posts: 6
Joined: Tue Dec 15, 2020 7:41 am

Re: LSCDM method and w90?

#2 Post by michaela._fechner » Tue Mar 01, 2022 3:32 pm

Okay, issue solved the recent vasp version is 6.3.0, where LSCDM works

best
Michael

ferenc_karsai
Global Moderator
Global Moderator
Posts: 460
Joined: Mon Nov 04, 2019 12:44 pm

Re: LSCDM method and w90?

#3 Post by ferenc_karsai » Wed Mar 02, 2022 6:50 am

Yes VASP 6.3.0 has the method implemented. Thank you very much for reporting back.

Post Reply