TBTK
Need a break? Support the development by playing Polarity Puzzles
TBTK::SourceAmplitude::AmplitudeCallback Class Referenceabstract

#include <SourceAmplitude.h>

Public Member Functions

virtual std::complex< double > getSourceAmplitude (const Index &index) const =0
 

Detailed Description

Abstract base class for callbacks that allow for delayed determination of the SourceAmplitude's value.

Member Function Documentation

◆ getSourceAmplitude()

virtual std::complex<double> TBTK::SourceAmplitude::AmplitudeCallback::getSourceAmplitude ( const Index index) const
pure virtual

Function responsible for returning the value of the SourceAmplitude for the given Index.

Parameters
indexThe Index to determine the value of the SourceAmplitude for.
Returns
The value of the SourceAmplitude for the given Index.

The documentation for this class was generated from the following file: