Hi
First, in ATK, There is a Boxregion object which can creat electric field in the nanospace. If I want to add an electric field on the nanoribbon model, I just need to write those language? And where are those words placed in the whole text?
'metallic_region1 = BoxRegion(
1*Volt,
xmin = 0*Angstrom, xmax = 41.439*Angstrom,
ymin = 0*Angstrom, ymax = 0.5*Angstrom,
zmin = 5*Angstrom, zmax = 15.*Angstrom
)
metallic_region2 = metallic_region1(
value = -1*Volt,
ymin = 10*Angstrom, ymax = 12*Angstrom
)
'
Second, is there a method to add electric field whose direction is equal to the axis of nanoribbons? Axis of nanoribbons is usually the Z-axis in the model.
I hope you can give me some helps~~~