Skip to content

Restructure response interface

Mattia Mancini requested to merge restructure_response_interface into master

The response interface of everybeam computes the response for a single frequency at a time. This precludes further optimizations. In this merge request we change the interface to accept a vector of frequencies.

Merge request reports