> For the complete documentation index, see [llms.txt](https://applied-physics.gitbook.io/warp-factory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://applied-physics.gitbook.io/warp-factory/modules/analyzer-module.md).

# Analyzer Module

The Analyzer Module performs all of the analysis products provided in Warp Factory. This includes things like finding the energy conditions from a stress-energy tensor or determining the metric scalars. The following functions are currently provided:

<table><thead><tr><th width="284" data-type="content-ref">Function</th><th>Description</th></tr></thead><tbody><tr><td><a href="/warp-factory/modules/analyzer-module/getmomentumflowlines.md">getMomentumFlowLines</a></td><td>Generates momentum flowlines from the stress-energy tensor.</td></tr><tr><td><a href="/warp-factory/modules/analyzer-module/doframetransfer.md">doFrameTransfer</a></td><td>Performs transformations to tensors. <strong>Currently only does a local Eulerian transformation.</strong></td></tr><tr><td><a href="/warp-factory/modules/analyzer-module/changetensorindex.md">changeTensorIndex</a></td><td>Performs raising or lowering operations on tensors</td></tr><tr><td><a href="/warp-factory/modules/analyzer-module/getscalars.md">getScalars</a></td><td>Finds metric scalars</td></tr><tr><td><a href="/warp-factory/modules/analyzer-module/getenergyconditions.md">getEnergyConditions</a></td><td>Finds the energy conditions of the stress-energy tensor</td></tr><tr><td><a href="/warp-factory/modules/analyzer-module/evalmetric.md">evalMetric</a></td><td>Evaluates the metric and returns the stress-energy, scalars, and energy conditions</td></tr></tbody></table>

Supporting these main functions are several auxiliary functions that can be found within the utils folder in `Analyzer > utils`.
