snompy.sample.bulk_sample#

sample.bulk_sample(eps_sub=None, beta=None, eps_env=None, **kwargs)#

Return an object representing a bulk sample with just a semi-infinite substrate and superstrate.

Parameters:
eps_subarray_like

Dielectric function of the semi-infinite substrate. Either eps_sub or beta must be None.

betaarray_like

Quasistatic reflection coefficients of the interface between the substrate and superstrate. Either eps_stack or beta_stack must be None.

eps_envarray_like

Dielectric function of the environment.

**kwargsdict, optional

Extra keyword arguments are passed to snompy.sample.Sample().

Returns:
samplesnompy.sample.Sample

Object representing the sample.