Metadata-Version: 2.4
Name: pyopu
Version: 0.2.1
Summary: Organoid Processing Unit (OPU) framework for Organoid Computing
Author: Neuroqudit Research & Development
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0
Requires-Dist: brian2>=2.5.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: networkx>=2.5
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pyopu: Organoid Processing Unit Framework

`pyopu` is a Python framework for simulating and executing combinatorial optimization tasks on biological wetware (Brain Organoids) using the **Holographic Tensorial Paradigm**.

## Features
- **Agnostic Math Engine:** Compile NP-Hard problems into Rank-2 and Rank-3 Tensors.
- **Interchangeable Backends:** Run problems on virtual MEAs (Microelectrode Arrays) or advanced Dual-Opsin Optogenetic interfaces.
- **Observer Telemetry:** Extract spikes, opsin kinetics, and energy dynamics cleanly without cluttering the engine.

## Quickstart
Check the `examples/` directory for full implementations of the Max-Cut and 3-SAT problems.
