geff.tools

This module contains tools to compute physical observables from a GEF result.

Currently, the following tools are available:

  1. Compute the tensor power spectrum using geff.tools.pt.
  2. Compute and analyze the gravitational wave spectrum using geff.tools.gw.
1"""
2This module contains tools to compute physical observables from a GEF result.
3
4Currently, the following tools are available:
51. Compute the tensor power spectrum using `geff.tools.pt`.
62. Compute and analyze the gravitational wave spectrum using `geff.tools.gw`.
7"""
8from .pt import PowSpecT
9from .gw import omega_gw