The unit of text written velocity file in vasp.6.5

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
jiong_yang1
Newbie
Newbie
Posts: 1
Joined: Thu Apr 22, 2021 10:53 am

The unit of text written velocity file in vasp.6.5

#1 Post by jiong_yang1 » Wed Jul 02, 2025 11:53 pm

Dear all,

It is nice that electrical transport is supported in vasp.6.5, and I have velocity text file printed by changing elphin%write_textvel=.true. in elphon_base.F.

1. What is the unit of the electron group velocity in the "velocity" file?

2. Is there an INCAR tag which control the text print of the velocity file?

Many thanks.


andreas.singraber
Global Moderator
Global Moderator
Posts: 293
Joined: Mon Apr 26, 2021 7:40 am

Re: The unit of text written velocity file in vasp.6.5

#2 Post by andreas.singraber » Thu Jul 03, 2025 9:04 am

Hello!

Thank you for your kind words, I will forward them to the developers!

  1. The units in the "velocity" file are "eV Ang" (read "eV times angstrom").
  2. Yes, there is an INCAR tag

    Code: Select all

    ELPH_WRITE_TEXTVEL = .TRUE./.FALSE.
    
    which switches exactly the boolean variable you set manually in the source code.

I am sorry that this is not yet in our Wiki, we will update this as soon as possible (we cannot do this right now because of technical issues with the Wiki).

All the best,
Andreas Singraber


Post Reply