菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - PhasorFlow: A Python Library for Unit Circle Based Computing

We present PhasorFlow, an open-source Python library introducing a computational paradigm operating on the $S^1$ unit circle. Inputs are encoded as complex phasors $z = e^{i\theta}$ on the $N$-Torus ($\mathbb{T}^N$). As computation proceeds via unitary wave interference gates, global norm is preserved while individual components drift into $\mathbb{C}^N$, allowing algorithms to natively leverage continuous geometric gradients for predictive learning. PhasorFlow provides three core contributions. First, we formalize the Phasor Circuit model ($N$ unit circle threads, $M$ gates) and introduce a 22-gate library covering Standard Unitary, Non-Linear, Neuromorphic, and Encoding operations with full matrix algebra simulation. Second, we present the Variational Phasor Circuit (VPC), analogous to Variational Quantum Circuits (VQC), enabling optimization of continuous phase parameters for classical machine learning tasks. Third, we introduce the Phasor Transformer, replacing expensive $QK^TV$ attention with a parameter-free, DFT-based token mixing layer inspired by FNet. We validate PhasorFlow on non-linear spatial classification, time-series prediction, financial volatility detection, and neuromorphic tasks including neural binding and oscillatory associative memory. Our results establish unit circle computing as a deterministic, lightweight, and mathematically principled alternative to classical neural networks and quantum circuits. It operates on classical hardware while sharing quantum mechanics' unitary foundations. PhasorFlow is available at this https URL.

顶级标签: machine learning systems theory
详细标签: computational paradigm unit circle computing phasor circuits variational optimization transformer architecture 或 搜索:

PhasorFlow:一个基于单位圆计算的Python库 / PhasorFlow: A Python Library for Unit Circle Based Computing


1️⃣ 一句话总结

这篇论文提出了一个名为PhasorFlow的开源Python库,它引入了一种在单位圆上进行计算的新范式,通过模拟量子力学中的幺正演化原理,为经典机器学习任务提供了一种轻量级、数学原理清晰且能在普通硬件上运行的全新计算方法。

源自 arXiv: 2603.15886