How to use self-consistent potential correction in vasp.6.2
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 3
- Joined: Mon Nov 18, 2019 6:28 am
How to use self-consistent potential correction in vasp.6.2
Hello,
I found the announcement that "self-consistent potential correction for charged periodic systems " is implemented in the VASP.6.2.0.
I want to use this correction and examine the thermodynamic level of some vacancy defects, but i cannnot find any information about this method.
Are there any calculation samples or manuals available?
I found the announcement that "self-consistent potential correction for charged periodic systems " is implemented in the VASP.6.2.0.
I want to use this correction and examine the thermodynamic level of some vacancy defects, but i cannnot find any information about this method.
Are there any calculation samples or manuals available?
- chengcheng_xiao1
- Newbie
- Posts: 26
- Joined: Sun Nov 17, 2019 6:23 pm
- Location: London, UK
- Contact:
-
- Newbie
- Posts: 3
- Joined: Mon Nov 18, 2019 6:28 am
Re: How to use self-consistent potential correction in vasp.6.2
Hi Xiao,
Thanks for a quick reply. I followed this tutorial and was able to do the some tutorial calculations.
However, the "damping" function did not work when I used the following input. Should I set up other inputs?
# Initial Guess
ISTART = 1 ;
ICHARG = 1 ;
LWAVE = F ;
LCHARG = F ;
NPAR = 2 ;
NELECT = 254.0 ;
# Functional Definition
GGA = PE ;
LREAL = Auto ;
# Ionic Relax.
IBRION = -1 ;
ISIF = 0 ;
NSW = 0 ;
SCPC {
USE = T ; turning on the SCPC method
IN = 1 ; starting on the first cycles
QTOT = -2.00 ; formal defect charge
DIEL = 5.85 ; macroscopic dielectric
PRTX = T ; printing the averages on the X direction
PRTY = T ; printing the averages on the Y direction
PRTZ = T ; printing the averages on the Z direction
RXCUT = 0.15 ; damping region on X direction for the model charge
RYCUT = 0.15 ;
RZCUT = 0.15 ;
}
Thanks for a quick reply. I followed this tutorial and was able to do the some tutorial calculations.
However, the "damping" function did not work when I used the following input. Should I set up other inputs?
# Initial Guess
ISTART = 1 ;
ICHARG = 1 ;
LWAVE = F ;
LCHARG = F ;
NPAR = 2 ;
NELECT = 254.0 ;
# Functional Definition
GGA = PE ;
LREAL = Auto ;
# Ionic Relax.
IBRION = -1 ;
ISIF = 0 ;
NSW = 0 ;
SCPC {
USE = T ; turning on the SCPC method
IN = 1 ; starting on the first cycles
QTOT = -2.00 ; formal defect charge
DIEL = 5.85 ; macroscopic dielectric
PRTX = T ; printing the averages on the X direction
PRTY = T ; printing the averages on the Y direction
PRTZ = T ; printing the averages on the Z direction
RXCUT = 0.15 ; damping region on X direction for the model charge
RYCUT = 0.15 ;
RZCUT = 0.15 ;
}
-
- Global Moderator
- Posts: 236
- Joined: Mon Apr 26, 2021 7:40 am
Re: How to use self-consistent potential correction in vasp.6.2
Hello!
Unfortunately at the VASP team we are not able to provide support for the SCPC method but you could try to contact the authors of the main paper listed on the above Github page. Or, maybe even simpler, you could write an issue on the Github issues page (the last commits were quite recently, so there is a good chance the repo maintainers will see it). Independent of where you deliver the question it might be a good idea to further specify in which way
Unfortunately at the VASP team we are not able to provide support for the SCPC method but you could try to contact the authors of the main paper listed on the above Github page. Or, maybe even simpler, you could write an issue on the Github issues page (the last commits were quite recently, so there is a good chance the repo maintainers will see it). Independent of where you deliver the question it might be a good idea to further specify in which way
so experienced users can more easily identify the problem.the "damping" function did not work
-
- Newbie
- Posts: 3
- Joined: Mon Nov 18, 2019 6:28 am
Re: How to use self-consistent potential correction in vasp.6.2
I send message to the developer and got answer from them.
They have provided a patch that enables us to use the damping function.
Please see the detail in the following github page.
https://github.com/aradi/SCPC-Method/issues/1
They have provided a patch that enables us to use the damping function.
Please see the detail in the following github page.
https://github.com/aradi/SCPC-Method/issues/1
-
- Global Moderator
- Posts: 236
- Joined: Mon Apr 26, 2021 7:40 am
Re: How to use self-consistent potential correction in vasp.6.2
We are glad that the developers could help you immediately, thank you for keeping us updated on this issue!