---

title: PQ Material Sciences Guide

audience: junior_high_and_up

game: WIKI-PQ-MATERIAL-SCIENCES-001

contract_version: 2.0.0

authority_kind: normative

required_lg_ids:

---

PQ Material Sciences Guide — How Each Room's Materials Are Tested Over Time

One-sentence summary: every room in the cell (Fusion, Health, Lithography) deals with real materials — plasma, biological molecules, silicon wafers — and the Performance Qualification stage tests how each material behaves *across many runs*, not just one.

Patents: USPTO 19/460,960 · USPTO 19/096,071 — © 2026 Richard Gillespie

---

Why this page exists

The qualification stack has four stages: IQ (installed), OQ (operates), PQ (performs), MQ (constitutional). PQ — Performance Qualification — is the one that tests behavior over time and under load. It is the stage that asks: "yes, this thing worked once, but does it work consistently?"

Different rooms in the cell touch different materials. Different materials need different performance envelopes. This page is the index of how PQ tests material science across the cell's domains.

If you haven't yet read GAMP5 Test Authority, start there.

---

Fusion — plasma confinement materials

Tungsten divertor erosion

Inside a tokamak, plasma at 150 million Celsius touches a *divertor* — the part of the reactor that absorbs the exhaust. Divertors are typically made of tungsten, the metal with the highest melting point (3,422 °C). Even tungsten erodes under plasma load. PQ measures:

The PQ envelope is: erosion rate < 5 nm/hour at design power, sputter yield < threshold, no recrystallization within the first 1,000 hours.

PFC (plasma-facing component) thermal limits

The first wall of the reactor takes neutron flux and thermal load. PQ measures:

Where to find these tests in the substrate

SELECT * FROM c4_validation_receipts
  WHERE validation_id LIKE 'PQ-FUSION-MATERIALS%'
  ORDER BY booted_at_iso;

See also: Fusion Plant Catalog.

---

Health — biological materials and pharmacology

Peptide stability

The HEALTH-AML protocol uses peptide-based interventions. Peptides are short proteins, and proteins degrade. PQ measures:

CYP routing

Most drugs are metabolized by the liver's cytochrome P450 enzymes (CYP). PQ measures:

Frequency targeting tolerance

The TB and inflammation protocols use frequency rather than chemistry. PQ measures:

Where to find these tests in the substrate

SELECT * FROM c4_validation_receipts
  WHERE validation_id LIKE 'PQ-HEALTH-MATERIALS%'
  ORDER BY booted_at_iso;

See also: Health Protocol Catalog and GaiaFTCL Health Mac Cell Wiki.

---

Lithography — silicon and photoresist materials

Si wafer flatness

A 300 mm silicon wafer has to be flat to within a few nanometers across its entire surface. PQ measures:

Photoresist response

The chemical layer that gets exposed by EUV light has to react predictably. PQ measures:

ASML optics — EUV mirror reflectivity

EUV light cannot pass through glass. Lithography uses *mirrors* — multilayer molybdenum/silicon stacks. PQ measures:

Where to find these tests in the substrate

SELECT * FROM c4_validation_receipts
  WHERE validation_id LIKE 'PQ-LITHO-MATERIALS%'
  ORDER BY booted_at_iso;

See also: Lithography Process Catalog and M8 Lithography Silicon Cell Wiki.

---

What's the same across all three domains

A few principles hold across Fusion, Health, and Lithography materials PQ:

1. PENDING_OBSERVATION is the default. A materials PQ test does not pass on a single boot. It waits for accumulated data. For most, the threshold is at least 30 measurements across at least 7 days.

2. Drift is the enemy. PQ is more about *stability over time* than *correctness once*. A material that performs at spec on day 1 and at 70% of spec on day 30 has failed PQ even though every individual measurement was "correct."

3. Each test ID is unique per (domain, material, property). The PQ catalog grows over time as the cell's domain coverage expands.

4. Refusal is information. A REFUSED PQ test is not a failure — it is the cell saying *"I cannot make this performance claim with the data I have."* That refusal itself is signed and recorded.

---

How operators use this page

If you are working in materials science and want to use the cell to qualify your own materials:

1. Identify which domain your material fits — Fusion, Health, or Lithography.

2. Read the relevant catalog page for that domain.

3. Look at the PQ test IDs in that domain's substrate query.

4. Set up your measurements to land in the substrate via NATS subjects (e.g., gaiaftcl.pq.materials.fusion.divertor_erosion).

5. Run for at least 30 days.

6. Read the PQ rollup — PENDING_OBSERVATION → CURE → CALORIE as the data accumulates.

The cell's job is to keep score, not to do the measurements for you. The cell's value is in the audit trail it produces.

---

See also

---

*This page is a language game across domains. You started not knowing what materials PQ was. You walked through three domains (Fusion, Health, Lithography), the materials in each, the properties tested, and how to query the receipts. The game closes when you can name, for each of the three domains, at least two materials properties that PQ tracks. Try it without re-reading.*

Federation cosignature: pending operator signing host (v26). Witness (sha256 of rendered body): a67688467d422b36813bc3e58b705ffc89baab15bed76b58246c6abf04a0e33e. This page serves with a substrate-honest pending-signature notice until the operator's Franklin signer cosigns it.