PhasorFlow: A Python Library for Unit Circle Based Computing
arXiv:2603.15886
PhasorFlow is an open‑source Python library that enables computation on the unit circle using complex phasors and unitary wave‑interference gates, providing a variational phasor circuit model and a transformer‑style DFT token‑mixing block for various machine‑learning tasks.
Abstract
We present PhasorFlow, an open-source Python library for computing on the unit circle. Inputs are encoded as complex phasors on the -torus (); as computation proceeds through unitary wave-interference gates, global norm is preserved while components drift into , letting algorithms leverage continuous geometric gradients. PhasorFlow makes three contributions. First, we formalize the Phasor Circuit model ( threads, gates) with a 22-gate library spanning standard-unitary, non-linear, neuromorphic, and encoding operations under full matrix-algebra simulation. Second, we introduce the Variational Phasor Circuit (VPC), a trainable phase-native classifier analogous to variational quantum circuits. Third, we introduce the Phasor Transformer block and Large Phasor Model (LPM), replacing attention with a parameter-free DFT token-mixing layer. We validate the framework on financial volatility detection, neuromorphic associative memory, neural binding, period finding, and algorithmic logic applications that are unique to the library. This positions unit-circle computing as a deterministic, lightweight paradigm on classical hardware. Available at https://github.com/mindverse-computing/phasorflow.