Trouble with STM simulations

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
Jianguo Si
Newbie
Newbie
Posts: 7
Joined: Mon Dec 23, 2024 2:44 pm

Trouble with STM simulations

#1 Post by Jianguo Si » Wed Feb 12, 2025 8:41 am

Hi all,

I performed STM simulation according to the following two steps: step1: scf ; step2: calculate STM within the energy window. The job is well finished. The CHGCAR calculated from SCF is correct. But unfortunately, when I set a energy window by set EINT, the CHGCAR and PARCHG is absolutely wrong. Why it happened ?

I have sent the Input and the figures for CHGCAR from scf and PARCHG from step2 as attachments

STM.rar

, please kindly check them and give me some suggestions. Thanks!

(The VASP I used is v6.3.0)

Best & Regards!

Jianguo

You do not have the required permissions to view the files attached to this post.

manuel_engel1
Global Moderator
Global Moderator
Posts: 173
Joined: Mon May 08, 2023 4:08 pm

Re: Trouble with STM simulations

#2 Post by manuel_engel1 » Wed Feb 12, 2025 1:37 pm

Hi Jianguo,

Thanks for reaching out. I took a look at your calculation but there is nothing obviously wrong with it. I'm trying to run your example but this is quite a heavy calculation. Do you encounter the same problem also in a smaller test system?

Manuel
VASP developer

Jianguo Si
Newbie
Newbie
Posts: 7
Joined: Mon Dec 23, 2024 2:44 pm

Re: Trouble with STM simulations

#3 Post by Jianguo Si » Wed Feb 12, 2025 2:32 pm

manuel_engel1 wrote: Wed Feb 12, 2025 1:37 pm

Hi Jianguo,

Thanks for reaching out. I took a look at your calculation but there is nothing obviously wrong with it. I'm trying to run your example but this is quite a heavy calculation. Do you encounter the same problem also in a smaller test system?

Thanks for your kindly reply. I also tried the case of graphene, the same problem is detected (PARCHG seems wrong, but the STM image created from p4vasp using it seems correct). The input files are upload as attachment.

Graphene.rar
You do not have the required permissions to view the files attached to this post.

manuel_engel1
Global Moderator
Global Moderator
Posts: 173
Joined: Mon May 08, 2023 4:08 pm

Re: Trouble with STM simulations

#4 Post by manuel_engel1 » Thu Feb 13, 2025 1:05 pm

Ah! I have missed an INCAR tag that is responsible for the behavior you are seeing. ISTART=0 causes the code to start from scratch, and not from the WAVECAR file. You have to change it to ISTART=1 (or just leave it out, as that is the default). I have verified with the graphene calculation that this is the problem and removing the tag fixes it.

Manuel
VASP developer

Jianguo Si
Newbie
Newbie
Posts: 7
Joined: Mon Dec 23, 2024 2:44 pm

Re: Trouble with STM simulations

#5 Post by Jianguo Si » Sat Feb 15, 2025 12:43 pm

manuel_engel1 wrote: Thu Feb 13, 2025 1:05 pm

Ah! I have missed an INCAR tag that is responsible for the behavior you are seeing. ISTART=0 causes the code to start from scratch, and not from the WAVECAR file. You have to change it to ISTART=1 (or just leave it out, as that is the default). I have verified with the graphene calculation that this is the problem and removing the tag fixes it.

Wow, I also found that yesterday!

Thanks again!


manuel_engel1
Global Moderator
Global Moderator
Posts: 173
Joined: Mon May 08, 2023 4:08 pm

Re: Trouble with STM simulations

#6 Post by manuel_engel1 » Sat Feb 15, 2025 1:05 pm

I'm happy to help. It was a bit easy to miss, but it's good to know that you figured it out.

Manuel
VASP developer

Post Reply