The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Photonic::Retarded::WaveP

VERSION

version 0.009

SYNOPSIS

   use Photonic::Retarded::WaveP;
   my $W=Photonic::Retarded::WaveP->new(haydock=>$h, nh=>$nh, smallE=>$s);
   my $WaveProjection=$W->evaluate($epsB);

DESCRIPTION

Calculates the macroscopic projected wave operator for a given fixed Photonic::Retarded::AllH structure as a function of the dielectric functions of the components.

NOTE: Only works along principal directions, as it treats Green's function as scalar.

METHODS

  • new(haydock=>$h, nh=>$nh, smallE=>$smallE)

    Initializes the structure.

    $h is Photonic::Retarded::AllH structure (required).

    $nh is the maximum number of Haydock coefficients to use (required).

    $smallE is the criteria of convergence (default 1e-7).

  • evaluate($epsB)

    Returns the macroscopic wave operator for a given value of the dielectric functions of the particle $epsB. The host's response $epsA is taken from the metric.

ACCESORS (read only)

  • waveOperator

    The macroscopic wave operator of the last operation

  • All accesors of Photonic::Retarded::GreenP