differential ternary logic · software-first

3SOS-C

3SOS-C is a software-first differential ternary logic model in which the central value 0 is treated as active equilibrium between two complementary branches, not as absence.

public status

What it is and what it is not

3SOS-C is not claimed as a validated physical ternary processor and does not claim universal superiority over binary computation. It is a differential ternary formalism, Python library, DSL, simulator and future hardware exploration path.

T = {-1, 0, +1}
0 = differential equilibrium
downloads

Public package

Technical paper EN

English A5 edition.

PDF EN
Lucrare RO

Romanian A5 edition.

PDF RO
Software v0.8

Python core, DSL, simulator, visuals and HDL expansion.

ZIP
operator

Differential rule

The model uses two complementary branches, N and P. The output is determined by their difference followed by ternary quantization.

D = N - P
ConditionOutputMeaning
D > 0Y = -1negative dominance
D = 0Y = 0equilibrium
D < 0Y = +1positive dominance
v0.8

Software contents

  • Python core for ternary operations;
  • .sos DSL and simulator;
  • CSV/JSON export;
  • exploratory benchmark;
  • SVG/HTML visualizations;
  • experimental HDL/Verilog generator.