# What is Warp Factory?

Warp Factory is a set of functions written in MATLAB which is designed to model warp spacetimes using Einstein's theory of General Relativity. Its development is focused on providing a numerical framework to analyze the physicality of spacetime, which is a unique focus in the development of warp solutions.&#x20;

## Key Features of Warp Factory

* Energy condition evaluations for the point-wise Null, Weak, Dominant, and Strong
* Metric scalar evaluation for the shear, expansion, and vorticity.&#x20;
* 3D finite difference solver for the stress-energy tensor
* GPU utilization&#x20;

{% hint style="info" %}
The current release of Warp Factory is designed around evaluating spacetimes within a Cartesian grid only.
{% endhint %}

In the future, more features will be added to Warp Factory.

## License

Warp Factory is published using the MIT license. **We do ask that all users of Warp Factory please cite their use of the code in published work**. See [this page](https://applied-physics.gitbook.io/warp-factory/general/citing-warp-factory) for a citation format.

## Development Team

* Christopher Helmerich
* Jared Fuchs

In addition, we would like to thank the following people for their contributions of providing methods and reviewing the codebase:

* Alexey Bobrick
* Luke Sellers
* Brandon Melcher
* Justin Feng
* Gianni Martire


---

# 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/what-is-warp-factory.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.
