vix.ing · top · new · best · stats · spec

PhasorFlow: A Python Library for Unit Circle Based Computing

2026/03/16 by Dibakar Sigdel, Namuna Panday
#cs.LG #cs.AI

paper · pdf

Abstract

We present PhasorFlow, an open-source Python library for computing on the S1 unit circle. Inputs are encoded as complex phasors z=e on the N-torus (\mathbbTN); as computation proceeds through unitary wave-interference gates, global norm is preserved while components drift into ℂN, letting algorithms leverage continuous geometric gradients. PhasorFlow makes three contributions. First, we formalize the Phasor Circuit model (N threads, M 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 QKTV 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.

Citations

Related