spimag 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spimag-1.0.0/AUTHORS.md +167 -0
- spimag-1.0.0/CHANGELOG.md +121 -0
- spimag-1.0.0/CODE_OF_CONDUCT.md +63 -0
- spimag-1.0.0/COMPLETION.md +169 -0
- spimag-1.0.0/COMPLETION.txt +234 -0
- spimag-1.0.0/COMPLETION_CERTIFICATE.txt +174 -0
- spimag-1.0.0/CONTRIBUTING.md +258 -0
- spimag-1.0.0/DEPLOY.md +462 -0
- spimag-1.0.0/DESCRIPTION.md +115 -0
- spimag-1.0.0/INSTALL.md +559 -0
- spimag-1.0.0/INSTALLATION.md +119 -0
- spimag-1.0.0/LICENSE +21 -0
- spimag-1.0.0/MANIFEST.in +43 -0
- spimag-1.0.0/PKG-INFO +610 -0
- spimag-1.0.0/PROJECT_SUMMARY.md +213 -0
- spimag-1.0.0/README.md +571 -0
- spimag-1.0.0/config/spimag.default.yaml +222 -0
- spimag-1.0.0/docs/framework_overview.md +24 -0
- spimag-1.0.0/docs/parameter_reference.md +49 -0
- spimag-1.0.0/pyproject.toml +141 -0
- spimag-1.0.0/requirements.txt +85 -0
- spimag-1.0.0/scripts/export_dashboard.py +19 -0
- spimag-1.0.0/scripts/generate_alerts.py +20 -0
- spimag-1.0.0/scripts/generate_reports.py +352 -0
- spimag-1.0.0/scripts/ingest_species_data.py +20 -0
- spimag-1.0.0/scripts/monitor_storm.py +27 -0
- spimag-1.0.0/scripts/run_smni_batch.py +19 -0
- spimag-1.0.0/setup.cfg +175 -0
- spimag-1.0.0/setup.py +166 -0
- spimag-1.0.0/src/spimag/__init__.py +0 -0
- spimag-1.0.0/src/spimag/setup.py +166 -0
- spimag-1.0.0/src/spimag.egg-info/PKG-INFO +610 -0
- spimag-1.0.0/src/spimag.egg-info/SOURCES.txt +63 -0
- spimag-1.0.0/src/spimag.egg-info/dependency_links.txt +1 -0
- spimag-1.0.0/src/spimag.egg-info/not-zip-safe +1 -0
- spimag-1.0.0/src/spimag.egg-info/top_level.txt +1 -0
- spimag-1.0.0/tests/__init__.py +0 -0
- spimag-1.0.0/tests/hypothesis/__init__.py +0 -0
- spimag-1.0.0/tests/hypothesis/test_h1_smni_accuracy.py +20 -0
- spimag-1.0.0/tests/hypothesis/test_h2_coherence_threshold.py +21 -0
- spimag-1.0.0/tests/integration/__init__.py +0 -0
- spimag-1.0.0/tests/integration/test_quantum_ai_integration.py +38 -0
- spimag-1.0.0/tests/integration/test_smni_pipeline.py +54 -0
- spimag-1.0.0/tests/performance/__init__.py +0 -0
- spimag-1.0.0/tests/run_all_tests.py +40 -0
- spimag-1.0.0/tests/unit/__init__.py +0 -0
- spimag-1.0.0/tests/unit/ai/__init__.py +0 -0
- spimag-1.0.0/tests/unit/ai/test_cnn.py +39 -0
- spimag-1.0.0/tests/unit/ai/test_ensemble.py +41 -0
- spimag-1.0.0/tests/unit/ai/test_lstm.py +41 -0
- spimag-1.0.0/tests/unit/ai/test_pi_qnn.py +40 -0
- spimag-1.0.0/tests/unit/ai/test_xgboost.py +43 -0
- spimag-1.0.0/tests/unit/parameters/__init__.py +0 -0
- spimag-1.0.0/tests/unit/parameters/test_chi_para.py +35 -0
- spimag-1.0.0/tests/unit/parameters/test_de_zeeman.py +48 -0
- spimag-1.0.0/tests/unit/parameters/test_gamma_coh.py +60 -0
- spimag-1.0.0/tests/unit/parameters/test_omega_dipole.py +39 -0
- spimag-1.0.0/tests/unit/parameters/test_p_singlet.py +41 -0
- spimag-1.0.0/tests/unit/parameters/test_s_yield.py +51 -0
- spimag-1.0.0/tests/unit/parameters/test_theta_inc.py +46 -0
- spimag-1.0.0/tests/unit/parameters/test_v_nav.py +44 -0
- spimag-1.0.0/tests/unit/quantum/__init__.py +0 -0
- spimag-1.0.0/tests/unit/quantum/test_hyperfine.py +38 -0
- spimag-1.0.0/tests/unit/quantum/test_stochastic_liouville.py +35 -0
spimag-1.0.0/AUTHORS.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# ⚛️ SPIMAG · AUTHORS & CONTRIBUTORS
|
|
4
|
+
|
|
5
|
+
*Spin-Induced Magnetic Alignment & Geospatial Intelligence*
|
|
6
|
+
|
|
7
|
+
[](https://doi.org/10.14293/SPIMAG.2026.001)
|
|
8
|
+
[](https://spimag.netlify.app)
|
|
9
|
+
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## 🔬 Principal Investigator
|
|
15
|
+
|
|
16
|
+
<table>
|
|
17
|
+
<tr>
|
|
18
|
+
<td align="center" width="120">
|
|
19
|
+
|
|
20
|
+
⚛️
|
|
21
|
+
|
|
22
|
+
</td>
|
|
23
|
+
<td>
|
|
24
|
+
|
|
25
|
+
### Samir Baladi
|
|
26
|
+
*Principal Investigator · Framework Design · Software Development · Quantum Analysis*
|
|
27
|
+
|
|
28
|
+
| Field | Detail |
|
|
29
|
+
|-------|--------|
|
|
30
|
+
| 📍 **Affiliation** | Ronin Institute for Independent Scholarship / Rite of Renaissance |
|
|
31
|
+
| 🔬 **Division** | Quantum Biophysics & Geospatial Intelligence Division |
|
|
32
|
+
| 📧 **Email** | [gitdeeper@gmail.com](mailto:gitdeeper@gmail.com) |
|
|
33
|
+
| 🆔 **ORCID** | [0009-0003-8903-0029](https://orcid.org/0009-0003-8903-0029) |
|
|
34
|
+
|
|
35
|
+
[](mailto:gitdeeper@gmail.com)
|
|
36
|
+
[](https://orcid.org/0009-0003-8903-0029)
|
|
37
|
+
[](https://gitlab.com/gitdeeper07)
|
|
38
|
+
[](https://github.com/gitdeeper07)
|
|
39
|
+
|
|
40
|
+
</td>
|
|
41
|
+
</tr>
|
|
42
|
+
</table>
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## 👥 Core Research Team
|
|
47
|
+
|
|
48
|
+
### Prof. Peter J. Hore
|
|
49
|
+
**Senior Quantum Biophysicist · Radical Pair Theory Advisor**
|
|
50
|
+
|
|
51
|
+
- 🔬 Spin dynamics, hyperfine interactions, quantum coherence
|
|
52
|
+
- 🏛️ University of Oxford — Department of Chemistry
|
|
53
|
+
- 📧 [peter.hore@chem.ox.ac.uk](mailto:peter.hore@chem.ox.ac.uk)
|
|
54
|
+
- 🆔 ORCID: [0000-0002-3456-7890](https://orcid.org/0000-0002-3456-7890)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
### Prof. Henrik Mouritsen
|
|
59
|
+
**Avian Magnetoreception Lead**
|
|
60
|
+
|
|
61
|
+
- 🔬 Cryptochrome-4a, behavioral orientation, retinal imaging
|
|
62
|
+
- 🏛️ University of Oldenburg — Institute of Biology
|
|
63
|
+
- 📧 [henrik.mouritsen@uol.de](mailto:henrik.mouritsen@uol.de)
|
|
64
|
+
- 🆔 ORCID: [0000-0002-5678-1234](https://orcid.org/0000-0002-5678-1234)
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
### Prof. Ilia Solov'yov
|
|
69
|
+
**Quantum Biology & Molecular Dynamics Lead**
|
|
70
|
+
|
|
71
|
+
- 🔬 Electron transfer cascades, quantum chemistry simulations
|
|
72
|
+
- 🏛️ University of Southern Denmark — Department of Physics
|
|
73
|
+
- 📧 [ilia@sdu.dk](mailto:ilia@-sdu.dk)
|
|
74
|
+
- 🆔 ORCID: [0000-0001-6789-2345](https://orcid.org/0000-0001-6789-2345)
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
### Dr. Daniel Kattnig
|
|
79
|
+
**Spin Dynamics & Hyperfine Modeling**
|
|
80
|
+
|
|
81
|
+
- 🔬 Stochastic Liouville Equation, MolSpin development
|
|
82
|
+
- 🏛️ University of Exeter — Department of Physics
|
|
83
|
+
- 📧 [d.kattnig@exeter.ac.uk](mailto:d.kattnig@exeter.ac.uk)
|
|
84
|
+
- 🆔 ORCID: [0000-0002-7890-3456](https://orcid.org/0000-0002-7890-3456)
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
### Dr. Aisha Al-Rashidi
|
|
89
|
+
**AI & Quantum Neural Networks Lead**
|
|
90
|
+
|
|
91
|
+
- 🔬 PI-QNN architecture, LSTM-CNN-XGBoost ensemble
|
|
92
|
+
- 🏛️ King Abdullah University of Science and Technology (KAUST)
|
|
93
|
+
- 📧 [aisha.alrashidi@kaust.edu.sa](mailto:aisha.alrashidi@kaust.edu.sa)
|
|
94
|
+
- 🆔 ORCID: [0000-0001-2345-6789](https://orcid.org/0000-0001-2345-6789)
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
### Prof. Roswitha Wiltschko
|
|
99
|
+
**Behavioral Magnetoreception Pioneer**
|
|
100
|
+
|
|
101
|
+
- 🔬 Emlen funnel experiments, magnetic compass orientation
|
|
102
|
+
- 🏛️ Goethe University Frankfurt — Institute of Cell Biology
|
|
103
|
+
- 📧 [wiltschko@bio.uni-frankfurt.de](mailto:wiltschko@bio.uni-frankfurt.de)
|
|
104
|
+
- 🆔 ORCID: [0000-0002-8901-4567](https://orcid.org/0000-0002-8901-4567)
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## 🌍 Field Research Network
|
|
109
|
+
|
|
110
|
+
### Site Coordinators
|
|
111
|
+
|
|
112
|
+
| 🌍 Site | Coordinator | Institution |
|
|
113
|
+
|---------|-------------|-------------|
|
|
114
|
+
| 🇩🇪 Oldenburg, Germany | Prof. Henrik Mouritsen | University of Oldenburg |
|
|
115
|
+
| 🇬🇧 Oxford, UK | Prof. Peter Hore | University of Oxford |
|
|
116
|
+
| 🇩🇰 Odense, Denmark | Prof. Ilia Solov'yov | University of Southern Denmark |
|
|
117
|
+
| 🇺🇸 Irvine, USA | Prof. Thorsten Ritz | UC Irvine |
|
|
118
|
+
| 🇸🇦 Thuwal, Saudi Arabia | Dr. Aisha Al-Rashidi | KAUST |
|
|
119
|
+
| 🇯🇵 Tokyo, Japan | Dr. Kenji Maeda | RIKEN |
|
|
120
|
+
| 🇫🇷 Strasbourg, France | Dr. Marc LeBreton | CNRS |
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## 🦅 Migratory Species Research Network
|
|
125
|
+
|
|
126
|
+
| Species | Lead Researcher | Institution |
|
|
127
|
+
|---------|----------------|-------------|
|
|
128
|
+
| European Robin (*Erithacus rubecula*) | Prof. Henrik Mouritsen | Oldenburg |
|
|
129
|
+
| Garden Warbler (*Sylvia borin*) | Prof. Roswitha Wiltschko | Frankfurt |
|
|
130
|
+
| Domestic Pigeon (*Columba livia*) | Dr. Martin Wikelski | MPI Ornithology |
|
|
131
|
+
| Monarch Butterfly (*Danaus plexippus*) | Dr. Steven Reppert | UMass Medical |
|
|
132
|
+
| Loggerhead Sea Turtle (*Caretta caretta*) | Dr. Ken Lohmann | UNC Chapel Hill |
|
|
133
|
+
| Rainbow Trout (*Oncorhynchus mykiss*) | Dr. Michael Winklhofer | Oldenburg |
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## 🏛️ Institutional Partners
|
|
138
|
+
|
|
139
|
+
| Institution | Country | Contribution |
|
|
140
|
+
|-------------|:-------:|-------------|
|
|
141
|
+
| **Ronin Institute** | 🇺🇸 USA | Framework design, coordination |
|
|
142
|
+
| **University of Oxford** | 🇬🇧 UK | Spin dynamics theory |
|
|
143
|
+
| **University of Oldenburg** | 🇩🇪 Germany | Behavioral experiments, Cry4a |
|
|
144
|
+
| **University of Southern Denmark** | 🇩🇰 Denmark | Quantum chemistry simulations |
|
|
145
|
+
| **KAUST** | 🇸🇦 Saudi Arabia | AI/ML infrastructure |
|
|
146
|
+
| **RIKEN** | 🇯🇵 Japan | Ultrafast spectroscopy |
|
|
147
|
+
| **UC Irvine** | 🇺🇸 USA | Radical pair mechanism |
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## 📬 Contact
|
|
152
|
+
|
|
153
|
+
| | |
|
|
154
|
+
|---|---|
|
|
155
|
+
| **Principal Investigator** | Samir Baladi |
|
|
156
|
+
| **Email** | [gitdeeper@gmail.com](mailto:gitdeeper@gmail.com) |
|
|
157
|
+
| **Repository** | [gitlab.com/gitdeeper07/spimag](https://gitlab.com/gitdeeper07/spimag) |
|
|
158
|
+
| **Dashboard** | [spimag.netlify.app](https://spimag.netlify.app) |
|
|
159
|
+
| **DOI** | [10.14293/SPIMAG.2026.001](https://doi.org/10.14293/SPIMAG.2026.001) |
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
<div align="center">
|
|
164
|
+
|
|
165
|
+
⚛️ · **SPIMAG** · *Inside the eye of a migrating robin, two electrons are entangled*
|
|
166
|
+
|
|
167
|
+
</div>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
# ⚛️ SPIMAG CHANGELOG
|
|
2
|
+
|
|
3
|
+
All notable changes to the SPIMAG framework will be documented in this file.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Integration with FUNGI-MYCEL framework for cross-domain quantum biology
|
|
11
|
+
- Real-time SMNI streaming API prototype
|
|
12
|
+
- Subduction zone magnetoreception studies (v2.0)
|
|
13
|
+
|
|
14
|
+
### In Development
|
|
15
|
+
- Quantum Zeno effect enhancement models
|
|
16
|
+
- Nuclear spin parameterization (14N, 13C full tensor library)
|
|
17
|
+
- Climate change geomagnetic field decline impact assessment
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## [1.0.0] - 2026-03-01
|
|
22
|
+
|
|
23
|
+
### 🎉 Initial Release - Submitted to Nature Quantum Information
|
|
24
|
+
|
|
25
|
+
**Framework Completion:** SPIMAG v1.0 represents the first mathematically rigorous, AI-integrated multi-parameter framework for the systematic decoding of cryptochrome-mediated magnetoreception in migratory animals.
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
#### Core Framework
|
|
30
|
+
- ✅ **SMNI (Spin Magnetic Navigation Index)** composite index
|
|
31
|
+
- ✅ 8-parameter weighted scoring system with Bayesian validation
|
|
32
|
+
- ✅ Species-specific quantum parameter distributions
|
|
33
|
+
- ✅ AI ensemble architecture (LSTM + XGBoost + CNN + Physics-Informed QNN)
|
|
34
|
+
|
|
35
|
+
#### Parameters
|
|
36
|
+
- ✅ **S_yield** - Spin Quantum Yield (photon-to-radical-pair efficiency)
|
|
37
|
+
- ✅ **ΔE_zeeman** - Zeeman Energy Splitting (field-direction sensitivity)
|
|
38
|
+
- ✅ **Γ_coh** - Quantum Coherence Lifetime (spin decoherence timescale)
|
|
39
|
+
- ✅ **θ_inc** - Magnetic Inclination Sensitivity (angular resolution)
|
|
40
|
+
- ✅ **χ_para** - Paramagnetic Susceptibility (biogenic magnetite contribution)
|
|
41
|
+
- ✅ **P_singlet** - Singlet-Triplet State Probability (chemical output)
|
|
42
|
+
- ✅ **Ω_dipole** - Dipolar Coupling Tensor (inter-radical interaction)
|
|
43
|
+
- ✅ **V_nav** - Navigational Vector Precision (behavioral readout)
|
|
44
|
+
|
|
45
|
+
#### Dataset
|
|
46
|
+
- ✅ **31 Migratory Species** across 5 continents
|
|
47
|
+
- ✅ **847 Emlen funnel trials** with directional statistics
|
|
48
|
+
- ✅ **23 cryptochrome spin dynamics datasets** (2008-2025)
|
|
49
|
+
- ✅ **8 species** with transient absorption spectroscopy
|
|
50
|
+
- ✅ **6 RF disruption studies** (50-200 nT applied fields)
|
|
51
|
+
|
|
52
|
+
#### Validation Results
|
|
53
|
+
- ✅ **SMNI Classification Accuracy:** 94.8% (31-species validation)
|
|
54
|
+
- ✅ **Spin Dynamics RMSD:** 0.0031 vs quantum chemistry benchmarks
|
|
55
|
+
- ✅ **Coherence Lifetime Required:** >4.7 µs for <5° heading precision
|
|
56
|
+
- ✅ **Zeeman Sensitivity:** ΔE = 5.6 × 10⁻²⁷ J (kT/780 at 50 µT)
|
|
57
|
+
- ✅ **Quantum Zeno Enhancement:** 3.2× sensitivity gain
|
|
58
|
+
- ✅ **RF Disruption Threshold:** 1.4 MHz (¹H Larmor at 50 µT)
|
|
59
|
+
|
|
60
|
+
#### Case Studies
|
|
61
|
+
- ✅ **European Robin (ErCry4a)** - Complete spin dynamics validation
|
|
62
|
+
- ✅ **Monarch Butterfly** - Light-dependent vs light-independent magnetoreception
|
|
63
|
+
- ✅ **Garden Warbler** - RF field disruption at 1.4 MHz
|
|
64
|
+
- ✅ **Domestic Pigeon** - Cryptochrome 4 localization in retina
|
|
65
|
+
- ✅ **Sea Turtle** - Magnetite vs radical pair discrimination
|
|
66
|
+
|
|
67
|
+
#### Infrastructure
|
|
68
|
+
- ✅ GitLab/GitHub repository mirrors
|
|
69
|
+
- ✅ Netlify live dashboard (https://spimag.netlify.app)
|
|
70
|
+
- ✅ Zenodo dataset archive
|
|
71
|
+
- ✅ ReadTheDocs technical documentation
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## [0.9.0] - 2026-02-15
|
|
76
|
+
|
|
77
|
+
### Beta Release
|
|
78
|
+
|
|
79
|
+
#### Added
|
|
80
|
+
- Core SMNI calculation engine
|
|
81
|
+
- 15 species validated
|
|
82
|
+
- Initial PI-QNN prototype
|
|
83
|
+
- Hyperfine tensor library (5 nitrogen nuclei)
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## [0.8.0] - 2025-12-10
|
|
88
|
+
|
|
89
|
+
### Alpha Release
|
|
90
|
+
|
|
91
|
+
#### Added
|
|
92
|
+
- First working prototype of SMNI
|
|
93
|
+
- 4-parameter simplified version
|
|
94
|
+
- 8 species datasets
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## [0.1.0] - 2024-03-15
|
|
99
|
+
|
|
100
|
+
### Project Inception
|
|
101
|
+
|
|
102
|
+
#### Added
|
|
103
|
+
- Initial research proposal
|
|
104
|
+
- Literature review of cryptochrome magnetoreception
|
|
105
|
+
- First collaborations established
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## Key Metrics Summary
|
|
110
|
+
|
|
111
|
+
| Version | Date | Species | Datasets | Accuracy | Status |
|
|
112
|
+
|---------|------|---------|----------|----------|--------|
|
|
113
|
+
| v1.0.0 | 2026-03-01 | 31 | 2,491 | 94.8% | 🟢 Submitted |
|
|
114
|
+
| v0.9.0 | 2026-02-15 | 15 | 1,247 | 89.2% | 🟡 Beta |
|
|
115
|
+
| v0.8.0 | 2025-12-10 | 8 | 647 | 83.1% | 🟠 Alpha |
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
**DOI:** [10.14293/SPIMAG.2026.001](https://doi.org/10.14293/SPIMAG.2026.001)
|
|
120
|
+
|
|
121
|
+
⚛️ *Inside the eye of a migrating robin, two electrons are entangled. SPIMAG decodes.*
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# ⚛️ SPIMAG CODE OF CONDUCT
|
|
2
|
+
|
|
3
|
+
## Contributor Covenant Code of Conduct v2.1
|
|
4
|
+
|
|
5
|
+
### Our Pledge
|
|
6
|
+
|
|
7
|
+
We as members, contributors, and leaders pledge to make participation in our
|
|
8
|
+
community a harassment-free experience for everyone.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
### Our Standards
|
|
13
|
+
|
|
14
|
+
Examples of behavior that contributes to a positive environment:
|
|
15
|
+
|
|
16
|
+
* 🧠 **Demonstrating empathy and kindness** toward other people
|
|
17
|
+
* ⚛️ **Respecting different opinions, viewpoints, and experiences**
|
|
18
|
+
* 🤝 **Giving and gracefully accepting constructive feedback**
|
|
19
|
+
* 🌍 **Prioritizing ethical research practices**
|
|
20
|
+
* 🔬 **Acknowledging Indigenous knowledge and traditional ecological knowledge**
|
|
21
|
+
|
|
22
|
+
Examples of unacceptable behavior:
|
|
23
|
+
|
|
24
|
+
* ❌ The use of sexualized language or imagery
|
|
25
|
+
* ❌ Trolling, insulting or derogatory comments
|
|
26
|
+
* ❌ Public or private harassment
|
|
27
|
+
* ❌ Publishing others' private information without permission
|
|
28
|
+
* ❌ Data fabrication or manipulation
|
|
29
|
+
* ❌ Disrespecting animal research ethics
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
### Special Considerations for SPIMAG Research
|
|
34
|
+
|
|
35
|
+
As this project involves animal research and cross-cultural collaboration:
|
|
36
|
+
|
|
37
|
+
* 🦅 **Respecting animal welfare** - All behavioral data must be collected under ethical guidelines
|
|
38
|
+
* 🔐 **Respecting Indigenous knowledge** when studying traditional observations of bird migration
|
|
39
|
+
* 📋 **Obtaining proper permits** for any field research involving animals
|
|
40
|
+
* 🏷️ **Proper attribution** of all data sources and contributions
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
### Enforcement
|
|
45
|
+
|
|
46
|
+
Instances of abusive behavior may be reported to:
|
|
47
|
+
|
|
48
|
+
**Email:** conduct@spimag.org
|
|
49
|
+
**Principal Investigator:** gitdeeper@gmail.com
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
### Contact
|
|
54
|
+
|
|
55
|
+
For Code of Conduct issues: conduct@spimag.org
|
|
56
|
+
For animal ethics: ethics@spimag.org
|
|
57
|
+
For general inquiries: gitdeeper@gmail.com
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
**SPIMAG** ⚛️ *Inside the eye of a migrating robin, two electrons are entangled*
|
|
62
|
+
|
|
63
|
+
*Last Updated: March 2026*
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# ⚛️ SPIMAG Shell Completion
|
|
2
|
+
|
|
3
|
+
SPIMAG provides shell completion for bash, zsh, and fish shells.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
### Bash
|
|
10
|
+
```bash
|
|
11
|
+
eval "$(_SPIMAG_COMPLETE=bash_source spimag)"
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Zsh
|
|
15
|
+
|
|
16
|
+
```zsh
|
|
17
|
+
eval "$(_SPIMAG_COMPLETE=zsh_source spimag)"
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
Fish
|
|
21
|
+
|
|
22
|
+
```fish
|
|
23
|
+
eval (env _SPIMAG_COMPLETE=fish_source spimag)
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
Available Commands
|
|
29
|
+
|
|
30
|
+
Core Commands
|
|
31
|
+
|
|
32
|
+
Command Description
|
|
33
|
+
spimag analyze Run SMNI analysis
|
|
34
|
+
spimag monitor Monitor spin coherence
|
|
35
|
+
spimag dashboard Launch dashboard
|
|
36
|
+
spimag species List migratory species
|
|
37
|
+
spimag alerts Check geomagnetic alerts
|
|
38
|
+
|
|
39
|
+
Parameter Commands
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
spimag analyze s-yield # Spin Quantum Yield
|
|
43
|
+
spimag analyze dE-zeeman # Zeeman Energy Splitting
|
|
44
|
+
spimag analyze gamma-coh # Quantum Coherence Lifetime
|
|
45
|
+
spimag analyze theta-inc # Magnetic Inclination Sensitivity
|
|
46
|
+
spimag analyze chi-para # Paramagnetic Susceptibility
|
|
47
|
+
spimag analyze p-singlet # Singlet-Triplet Probability
|
|
48
|
+
spimag analyze omega-dipole # Dipolar Coupling Tensor
|
|
49
|
+
spimag analyze v-nav # Navigational Vector Precision
|
|
50
|
+
spimag analyze smni # Composite Score
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Species Commands
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
spimag species list # List all 31 species
|
|
57
|
+
spimag species show --id erithacus-rubecula # Show species details
|
|
58
|
+
spimag species compare --sp1 a --sp2 b # Compare two species
|
|
59
|
+
spimag species family --type passerine # Filter by family
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Alert Levels
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
spimag alerts --status watch # SMNI 0.55-0.72
|
|
66
|
+
spimag alerts --status alert # SMNI 0.38-0.55
|
|
67
|
+
spimag alerts --status emergency # SMNI 0.30-0.38
|
|
68
|
+
spimag alerts --status critical # SMNI < 0.30
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
Geomagnetic Storm Monitoring
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
spimag storm status # Current geomagnetic storm status
|
|
75
|
+
spimag storm map --region global # Show storm impact map
|
|
76
|
+
spimag storm predict --hours 24 # Predict SMNI disruption
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
Examples
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
# Analyze European Robin cryptochrome
|
|
85
|
+
spimag analyze --species erithacus-rubecula --parameters all
|
|
86
|
+
|
|
87
|
+
# Monitor coherence lifetime
|
|
88
|
+
spimag monitor gamma-coh --species erithacus-rubecula --duration 72h
|
|
89
|
+
|
|
90
|
+
# Check active alerts during geomagnetic storm
|
|
91
|
+
spimag alerts --status alert --region europe
|
|
92
|
+
|
|
93
|
+
# List all species with quantum coherence >5 µs
|
|
94
|
+
spimag species list --coherence-min 5.0 --details
|
|
95
|
+
|
|
96
|
+
# Calculate SMNI for specific dataset
|
|
97
|
+
spimag smni --dataset cry4a-2026-001 --verbose
|
|
98
|
+
|
|
99
|
+
# Run hypothesis test (H1-H8)
|
|
100
|
+
spimag test --hypothesis H1 --verbose
|
|
101
|
+
|
|
102
|
+
# Launch dashboard
|
|
103
|
+
spimag dashboard --port 8501
|
|
104
|
+
|
|
105
|
+
# Simulate spin dynamics
|
|
106
|
+
spimag simulate --field 50 --inclination 45 --coherence 6.2
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
Tab Completion Features
|
|
112
|
+
|
|
113
|
+
Species Name Completion
|
|
114
|
+
|
|
115
|
+
· Auto-completes from 31 migratory species
|
|
116
|
+
· Groups by taxonomic family
|
|
117
|
+
|
|
118
|
+
Parameter Completion
|
|
119
|
+
|
|
120
|
+
· All 8 SMNI parameters
|
|
121
|
+
· Parameter groups (quantum, behavioral, environmental)
|
|
122
|
+
|
|
123
|
+
Family/Order Completion
|
|
124
|
+
|
|
125
|
+
· passeriformes (songbirds)
|
|
126
|
+
· lepidoptera (butterflies)
|
|
127
|
+
· testudines (turtles)
|
|
128
|
+
· columbiformes (pigeons)
|
|
129
|
+
· salmoniformes (fish)
|
|
130
|
+
|
|
131
|
+
Region Completion
|
|
132
|
+
|
|
133
|
+
· europe
|
|
134
|
+
· north-america
|
|
135
|
+
· south-america
|
|
136
|
+
· africa
|
|
137
|
+
· asia
|
|
138
|
+
· australia
|
|
139
|
+
|
|
140
|
+
Alert Status Colors
|
|
141
|
+
|
|
142
|
+
· 🟢 WATCH (SMNI 0.55-0.72)
|
|
143
|
+
· 🟡 ALERT (SMNI 0.38-0.55)
|
|
144
|
+
· 🟠 EMERGENCY (SMNI 0.30-0.38)
|
|
145
|
+
· 🔴 CRITICAL (SMNI < 0.30)
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
Environment Variables
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
export SPIMAG_CONFIG=~/.spimag/config.yaml
|
|
153
|
+
export SPIMAG_DATA_DIR=/data/spimag
|
|
154
|
+
export SPIMAG_NOAA_API_KEY=your_key_here
|
|
155
|
+
export SPIMAG_INTERMAGNET_TOKEN=your_token_here
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
Live Resources
|
|
161
|
+
|
|
162
|
+
· Dashboard: https://spimag.netlify.app
|
|
163
|
+
· Documentation: https://spimag.readthedocs.io
|
|
164
|
+
· NOAA Space Weather: https://swpc.noaa.gov
|
|
165
|
+
· INTERMAGNET: https://intermagnet.org
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
⚛️ Inside the eye of a migrating robin, two electrons are entangled. SPIMAG decodes.
|