Protein structure prediction is dominated by neural networks with billions of parameters (AlphaFold, ESMFold). CRT approach: encode each amino acid's 7 physical properties into 7 CRT channels of Z/214,414,200. Contact prediction = channel coupling. Fold classification from channel averages. No training data. No GPU. No neural network. Just ring arithmetic on 20 amino acids.
Example (0-3):
Select example protein. CRT decomposes each residue into 7 channels, predicts contacts, classifies fold type.
All 20 standard amino acids decomposed into 7 CRT channels. Physical properties are the channel values.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.