PhasorFlow: A Python Library for Unit Circle Based Computing
Organizations: Mindverse Computing LLC, Lynnwood, WA 98087
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.