acoustotreams.ScalarPlaneWaveBasisByComp.diffr_orders

classmethod ScalarPlaneWaveBasisByComp.diffr_orders(kpar, lattice, bmax)[source]

Create a basis set for a two-dimensional periodic system.

The reciprocal lattice to the given lattice is taken to consider all diffraction orders that lie within the defined maximal radius (in reciprocal space).

Example

>>> acoustotreams.ScalarPlaneWaveBasisByComp.diffr_orders([0, 0], acoustotreams.Lattice.square(2 * np.pi), 1)
ScalarPlaneWaveBasisByComp(
    kx=[ 0.  0.  0.  1. -1.],
    ky=[ 0.  1. -1.  0.  0.],
)
Parameters:
  • kpar (float) – Tangential wave vector components. Ideally they are in the first Brillouin zone (use misc.firstbrillouin2d()).

  • lattice (acoustotreams.Lattice or float) – Lattice definition or pitch.

  • bmax (float) – Maximal change of tangential wave vector components. So, this defines a maximal momentum transfer.