Hi Adel,
I want to map the local density of states at E=0 on a 3D structure.
vector_factory = kwant.kpm.LocalVectors(syst)
local_dos = kwant.kpm.SpectralDensity(syst,
num_vectors=num_vectors, vector_factory=vector_factory, mean=False,
rng=0,params=params)
ldos_at_zero = local_dos(energy=0)
kwant.plotter.plot(syst, site_color=ldos_at_zero , cmap="hot",
site_size=0.5, colorbar=True)
The code above works, but I want to change the limits of the colorbar
manually.
Jannis
Am 11.07.2020 um 19:59 schrieb abbout.a...@gmail.com:
HI Jannis,
Could you please provide a small script for the problem you want to solve?
Adel