TRSM method in calculation of formation energy in charged defect

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
tug03990
Newbie
Newbie
Posts: 7
Joined: Mon Nov 18, 2019 8:29 pm

TRSM method in calculation of formation energy in charged defect

#1 Post by tug03990 » Thu Aug 06, 2020 7:03 pm

Hi,

I'd like to try to implement so-called "transfer to real state" (TRSM) method in VASP. The method is about how to calculate formation energy of low-dimensional charged defect. If any is interested in, please refer to this paper 10.1103/PhysRevB.101.165306.

The trick is that, on their proposed self-consistent loop, they add the CBM charge density of host CBM to the total charge density in every self-consistent loop. They seem to have the implementation on PWMAT (another DFT software). I wonder if we can implement this on VASP. Thanks in advance.

henrique_miranda
Global Moderator
Global Moderator
Posts: 502
Joined: Mon Nov 04, 2019 12:41 pm
Contact:

Re: TRSM method in calculation of formation energy in charged defect

#2 Post by henrique_miranda » Thu Aug 13, 2020 7:55 am

Hi,

It is always possible to implement new features.
However, as you can imagine, we have our own internal list of features which we want to provide.
We try to prioritize the best features that bring benefit to most users.

I am not sure about your question but I'll try to answer:
Currently we are not planing to implement this particular feature.
If you want to implement it you can think about these steps:
- What input will be needed in the INCAR file
- How many runs (and which type) does the user need to do?
- What are the intermediate files (if any)
- Where will you need to change the code
If you have a working patch to add this feature to VASP let us know.

Kind regards,
Henrique Miranda

Post Reply