[ase-users] RPA using vasp calculator?

Eric Hermes ehermes at chem.wisc.edu
Fri Nov 17 21:36:24 CET 2017


On Thu, 2017-11-16 at 18:00 +0000, Yohannes,	Asfaw Geremew (SCC) via
ase-users wrote:
> Dear all,
>  
> I would like to do calculation with Random Path Approximation(RPA)
> using ASE vasp calculator. I could not find documentation regarding
> this issue. Has anyone experienced RPA calculation using ASE vasp
> calculator?
> Thank you in advance.

Not directly, no. This is because ASE cannot read VASP output files
from RPA (Random *Phase* Approximation) calculations, so attempting to
run RPA calculations will result in an ASE error. You can still use ASE
to set up the calculations, but it will exit with an error upon
attempting to read the VASP output file. I've written a script to
automatically run the 4 necessary VASP calculations, which I've
attached. Note that there are a couple of "try, except" clauses to work
around the fact that ASE doesn't know how to parse algo='eigenval' or
algo='acfdt' calculations. You will need to modify this script for your
own system. Also, make sure to read the VASP manual page on ACFDT-RPA.

Eric

>  
> Best regards,
> Asfaw
>  
>  
> _______________________________________________
> ase-users mailing list
> ase-users at listserv.fysik.dtu.dk
> https://listserv.fysik.dtu.dk/mailman/listinfo/ase-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rpa.py
Type: text/x-python
Size: 2775 bytes
Desc: rpa.py
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20171117/08092c1f/attachment.py>


More information about the ase-users mailing list