Metadata-Version: 2.4
Name: contrast-calculus
Version: 1.0.2
Summary: A high-performance computational framework for braided fusion categories and TQFT applications.
Author-email: Janusz Feszter <jfeshter@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/jfesvd-crypto/contrast-calculus
Project-URL: Repository, https://github.com/jfesvd-crypto/contrast-calculus
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21
Provides-Extra: gpu
Requires-Dist: cupy>=12.0; extra == "gpu"
Requires-Dist: torch>=2.0; extra == "gpu"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# Contrast Calculus

[![Python tests](https://github.com/jfesvd-crypto/contrast-calculus/actions/workflows/python-tests.yml/badge.svg)](https://github.com/jfesvd-crypto/contrast-calculus/actions/workflows/python-tests.yml) [![PyPI version](https://badge.fury.io/py/contrast-calculus.svg)](https://badge.fury.io/py/contrast-calculus)

A lightweight computational framework for braided fusion categories and TQFT applications.

## Overview

*Contrast Calculus* is a Python library for computing with braid groups and pointed fusion categories. It is designed for clarity, ease of use, and rapid prototyping of topological models.

## Installation

You can install `contrast-calculus` directly from PyPI:

```bash
pip install contrast-calculus
