Dear all,
Is it possible to calculate the energy of the system (not device model) under the bias?
I means just add the metallic region above the model system (like gate) which has the large vacuum slab.
# Add metallic region
metallic_region_0 = BoxRegion(
-2.0*Volt,
xmin = 0.0*Angstrom, xmax = 2.464*Angstrom,
ymin = 22.275134*Angstrom, ymax = 25.0*Angstrom,
zmin = 6.38542*Angstrom, zmax = 19.641547*Angstrom,
)
metallic_regions = [metallic_region_0]
bulk_configuration.setMetallicRegions(metallic_regions)