# 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="/pages/OhNuUO7agXpuEU7F5Kod">/pages/OhNuUO7agXpuEU7F5Kod</a></td><td>Generates momentum flowlines from the stress-energy tensor.</td></tr><tr><td><a href="/pages/GANKhYZ27fZ3ixn9Xem3">/pages/GANKhYZ27fZ3ixn9Xem3</a></td><td>Performs transformations to tensors. <strong>Currently only does a local Eulerian transformation.</strong></td></tr><tr><td><a href="/pages/DRKZ6KVoonUrijhR1ou1">/pages/DRKZ6KVoonUrijhR1ou1</a></td><td>Performs raising or lowering operations on tensors</td></tr><tr><td><a href="/pages/3sAtrvmhpeTcT4UYIRW2">/pages/3sAtrvmhpeTcT4UYIRW2</a></td><td>Finds metric scalars</td></tr><tr><td><a href="/pages/N8rOXPS7MXBcMcfC9hZw">/pages/N8rOXPS7MXBcMcfC9hZw</a></td><td>Finds the energy conditions of the stress-energy tensor</td></tr><tr><td><a href="/pages/EYEG143xEN9Arf2vRFrI">/pages/EYEG143xEN9Arf2vRFrI</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`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://applied-physics.gitbook.io/warp-factory/modules/analyzer-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
