Fixed information object
Z0 enters as the pre-2019 CODATA significant-digit integer converted to binary.
This page translates the pre-2019 characteristic impedance bitstring into a compact object that a QLF / Quantum OS style process can run: fixed seed, canonical views, evolution rule, tap stream, and named-word segmentation.
Z0 enters as the pre-2019 CODATA significant-digit integer converted to binary.
Forward, reverse, inverse, and inverse-reverse are explicit views of the same object.
The circular XOR-left-rotation rule turns the seed into a running finite tape.
{
"object": "Z0_PRE_2019",
"type": "finite_circular_binary_seed",
"name": "characteristic impedance of vacuum",
"digits": "376730313461",
"bits": "101011110110110111000000110001011110101",
"length": 39,
"source": "pre-2019 CODATA significant digits",
"evolution": {
"rule": "xor_with_left_rotation",
"rotation": 1,
"wrap": "circular",
"tap": 0,
"known_period": 4095
},
"read_modes": [
"linear",
"circular_substrings",
"orientation_scan",
"xor_run_tape",
"word_segmentation"
]
}
| View | Bits |
|---|---|
| forward | 101011110110110111000000110001011110101 |
| reverse | 101011110100011000000111011011011110101 |
| inverse | 010100001001001000111111001110100001010 |
| inverse-reverse | 010100001011100111111000100100100001010 |
state_next[i] = state[i] XOR state[(i + 1) mod 39] emit = state_next[0]
| Seed length | 39 bits |
|---|---|
| Halted | false |
| Closed loop | true |
| Period | 4095 steps |
| Concatenated orbit length | 159705 bits, equal to 4095 * 39 |
| Tap-0 prefix, first 64 emitted bits | 1000100101010010110111010101101010100000111000001001100001111000 |
The known forward segmentation is preserved as a named reading, not as a proof. It gives a QLF / Quantum OS runtime a first set of words to test against orientation scans, circular substrings, and run-tape output.
| Segment | Bits | Role |
|---|---|---|
| edge | 10 |
outer bit pair |
| DOWN closure word | 10111101 |
longer closure-style quark word |
| UP closure word | 101101 |
short closure-style quark word |
| STRANGE closure word | 1100000011 |
longer closure-style quark word |
| gluon gap | 000 |
central three-bit gap |
| DOWN closure word | 10111101 |
repeated longer closure word |
| edge | 01 |
outer bit pair |
10 10111101 101101 1100000011 000 10111101 01
This page defines a runnable object and records the first computed results. It does not claim that Z0's bit behavior has physical meaning. The claim only becomes stronger if Z0's runnable forms outperform fair controls and reproduce legacy observations under explicit settings.