ClarusC64 commited on
Commit
b78ee7e
·
verified ·
1 Parent(s): c854505

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -3
README.md CHANGED
@@ -1,3 +1,63 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: Quantum Error-Syndrome Logical Coherence Coupling Baseline v0.1
6
+ dataset_name: quantum-error-syndrome-logical-coherence-coupling-baseline-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - quantum
10
+ - coherence
11
+ - stabilizer
12
+ - hardware-agnostic
13
+ task_categories:
14
+ - tabular-regression
15
+ - tabular-classification
16
+ size_categories:
17
+ - n<1K
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train.csv
23
+ - split: test
24
+ path: data/test.csv
25
+ ---
26
+
27
+ What this dataset tests
28
+
29
+ Whether a system can model
30
+ baseline coupling between:
31
+
32
+ stabilizer error syndromes
33
+ and logical qubit integrity
34
+
35
+ before decoherence collapse begins.
36
+
37
+ Required outputs
38
+
39
+ - coupling_strength_index
40
+ - expected_coupling_band
41
+ - anomaly_score
42
+ - confidence_score
43
+
44
+ Use case
45
+
46
+ Layer 1 of the
47
+ Quantum T2 Collapse Prediction Trinity.
48
+
49
+ Defines the normal coherence band
50
+ for a processor before drift begins.
51
+
52
+ Why it matters
53
+
54
+ Quantum processor failure
55
+ does not start with a spike.
56
+
57
+ It starts when
58
+ error syndromes
59
+ and logical performance
60
+ stop moving together.
61
+
62
+ This dataset trains systems
63
+ to learn that coupling baseline.