Jīva (जीव) — the living being. In the Jain tradition, every jīva possesses consciousness and navigates the world through its own faculties. Our computational jīva is a simulated insect that senses the Earth’s magnetic field through quantum chemistry and navigates using neural circuits modelled on the insect brain.

MāyāJīva bridges three levels of description: quantum spin chemistry (the radical-pair mechanism in cryptochrome), neural computation (a ring attractor compass and path integrator), and embodied navigation (a Langevin-driven agent traversing magnetic landscapes). The question: can a bug equipped with a quantum compass find its way home?

The Three-Level Model

LevelWhatImplementation
Bug ModelBraitenberg vehicle with stochastic steeringagent.py, bug.hpp
Ring Attractor8-neuron heading circuit + quantum compassring_attractor.py, spin_dynamics.py
Landscape2D magnetic field with geological anomalieslandscape.py, landscape.hpp
Path IntegrationCPU4 circuit for dead reckoningpath_integration.py
Godot IntegrationGDExtension for 3D interactive visualisationsrc/gdext/
AnalysisParameter sweeps, phase diagrams, validationanalysis.py (94KB)

Key Results

Source Material

The full content lives in the mayajiva repository: