Metadata-Version: 2.1
Name: tensor_walks
Version: 0.0.7
Summary: Fast vectorized tree library.
Home-page: https://jugit.fz-juelich.de/IBG-1/ModSim/tensortree
Author: Johannes Seiffarth
Author-email: j.seiffarth@fz-juelich.de
License: MIT license
Keywords: tensor_walks
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy<2
Provides-Extra: torch
Requires-Dist: torch==2.4.1; extra == "torch"

# tensor_walks: Fast vecotrized walk operations on tree structures

![pipeline](https://jugit.fz-juelich.de/IBG-1/ModSim/tensortree/badges/master/pipeline.svg)
![coverage](https://jugit.fz-juelich.de/IBG-1/ModSim/tensortree/badges/master/coverage.svg)


## Installation

Install `tensor_walks` from `pypi`:

```bash
pip install tensor_walks
```
