Page 1 of 1

Voltage-Current characteristics - Electric field

Posted: Thu Jul 28, 2022 6:54 am
by karthik_hj
I want to simulate the effect of a voltage of 3V on a 2D structure.

Would it be right if I give it in VASP with the help of an electric field?

And if so, what is the equivalent of 3V in terms of electric force as VASP gives it in units of eV/Å which is a force.

OR is there any other way to simulate the effect of a voltage in VASP

Re: Voltage-Current characteristics - Electric field

Posted: Thu Jul 28, 2022 4:12 pm
by henrique_miranda
You can use the EFIELD tag which is specified in units of eV/Å.
You have to set it depending on the length of the cell in the direction in which you apply the field.

Re: Voltage-Current characteristics - Electric field

Posted: Fri Jul 29, 2022 4:28 am
by karthik_hj
Yeah EFIELD tags are fine.

But how to find the equivalent for 3V in terms of eV/Å ?

I am planning to give along the lattice parameter 'c' . My 'a' 'b' 'c' are 3.34 3.34 and 12.25 respectively

Re: Voltage-Current characteristics - Electric field

Posted: Fri Jul 29, 2022 1:31 pm
by henrique_miranda
E -> Energy
V -> Potential (Energy as well)
q -> Electron charge
Ef -> Electric Field
F -> Force
d -> length

Consider the following relations
E = F*d (2)
E = q*V (3)

The potential difference V across the length d when an electric field Ef is applied is given by:
q*V = F*d -------- E=E using (3) and (2)
q*V = q*Ef*d ----- Replacing F from (1)
V = Ef*d --------- canceling q

The electric field Ef is given in units of eV/Å.
This means that if you want a potential difference of 3V across your unit cell of 12Å length...

Re: Voltage-Current characteristics - Electric field

Posted: Sat Jul 30, 2022 4:35 am
by karthik_hj
So an equivalent of 3V across 12Å would be ;

= 3V/12Å
= 0.25V/Å OR 0.25eV/Å

Im a little confused between the units

Re: Voltage-Current characteristics - Electric field

Posted: Sat Jul 30, 2022 7:50 am
by henrique_miranda
Ok, I should probably have mentioned it but Eq. (3) is the definition of electronvolt.
Because VASP is using (mostly) atomic units then q is unity. In that case, the potential V and energy Energy are in eV.
The numeric value you want is EFIELD=0.25V/Å which corresponds to EFIELD=1.60217663e-19*0.25 eV/Å.