-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathECOSYSTEM.scm
More file actions
37 lines (32 loc) · 1.38 KB
/
Copy pathECOSYSTEM.scm
File metadata and controls
37 lines (32 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
;; SPDX-License-Identifier: MPL-2.0
;; ECOSYSTEM.scm - Ecosystem position for absolute-zero
;; Media-Type: application/vnd.ecosystem+scm
(ecosystem
(version "1.0")
(name "absolute-zero")
(type "research-project")
(purpose "Formal verification of Certified Null Operations (CNOs):
programs proven to compute nothing. Multi-prover theorem proving
with thermodynamic, categorical, and quantum foundations.")
(position-in-ecosystem
(category "formal-methods")
(subcategory "program-verification")
(unique-value
("First formal treatment of computational nullity"
"Multi-prover verification across 6 proof systems"
"Category-theoretic model independence"
"Thermodynamic grounding via Landauer/Bennett")))
(related-projects
(("echidna" "sibling-standard" "Security scanning; potential CNO verifier integration")
("echidnabot" "potential-consumer" "GitHub bot; could automate CNO checks in PRs")
("valence-shell" "integration-target" "Filesystem ops library proven in FilesystemCNO.v")
("rsr-template-repo" "infrastructure" "Repository standards template")))
(what-this-is
("Formal verification research"
"Multi-prover theorem proving"
"Theoretical CS contribution"
"Bridge: computation theory <-> thermodynamics"))
(what-this-is-not
("Runtime library"
"Programming language"
"Production software")))