Skip to content

Add frame dict

Henrik Stooss requested to merge introduce-frame-dict into main

Fixes #77 (closed)

Changes made in this Pull Request:

  • Added a self.results.frame Dict that handles the observables
  • The base class calculates the mean and the variance of every observable in the frame Dict and makes them available in self.results.means and self.results.vars

PR Checklist

  • Docs?
  • Issue raised/referenced?
  • Tests?
Edited by Henrik Stooss

Merge request reports