B vectors

Contents

Index

API

PlotlyJS.plotMethod
plot(bvectors::BVectors; n_k::Int=1)

Plot the b-vectors.

Plot the reciprocal lattice as arrows, the kpoints as grey dots, and the b-vectors as spheres whose radius is proportional to the weight. The b-vectors from the same shell have the same color.

Arguments

  • bvectors: the BVectors
  • n_k: the number of repeated kpoints in each direction
source