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

NAME

Photonic::Retarded::GreenF

VERSION

version 0.010

SYNOPSIS

   use Photonic::Retarded::GreenF;
   my $G=Photonic::Retarded::GreenF->new(metric=>$m, nh=>$nh);
   my $GreenTensor=$G->evaluate($epsB);

DESCRIPTION

Calculates the asymetric part of the retarded green's tensor for a given fixed Photonic::Retarded::Metric structure as a function of the dielectric functions of the components.

METHODS

  • new(metric=>$m, nh=>$nh, smallH=>$smallH, smallE=>$smallE, keepStates=>$k)

    Initializes the structure.

    $m Photonic::Retarded::Metric describing the structure and some parametres.

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

    $smallH and $smallE are the criteria of convergence (default 1e-7) for Haydock coefficients and continued fraction

    $k is a flag to keep states in Haydock calculations (default 0)

  • evaluate($epsB)

    Returns the macroscopic Green's 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)

  • keepStates

    Value of flag to keep Haydock states

  • epsA

    Dielectric function of component A

  • epsB

    Dielectric function of componente B

  • u

    Spectral variable

  • haydock

    Array of Photonic::Retarded::AllH structures, one for each polarization

  • greenP

    Array of Photonic::Retarded::GreenP structures, one for each direction.

  • greenTensor

    The Green's tensor of the last evaluation

  • nh

    The maximum number of Haydock coefficients to use.

  • nhActual

    The actual number of Haydock coefficients used in the last calculation

  • converged

    Flags that the last calculation converged before using up all coefficients

  • smallH, smallE

    Criteria of convergence of Haydock coefficients and continued fraction. 0 means don't check.