81-alchemy-calc
Valuation
Generous asset valuation: $8,000,000,000. The listed price is the platform maximum; acquisition at valuation is handled by direct enquiry.
CRI-ONE alchemy calculators
CRI-ONE alchemy calculators
Two pieces of software live here:
1. Alchemy Data Processing Calculator — the product to sell
Alchemy-Data-Processing-Calculator.html — clean companion software for the
CRI-ONE database products, with no data baked in. Buyers of the store packages
(HYDROPHI DATABASE, MetalloDrugDB, lite-alchemy JSON) load their purchased files
into it; the app recognizes each dataset automatically and unlocks its module:
- Formula Lab — always on (engine is built in): molar mass, CRI reactivity,
formation probability (10⁻ⁿ), productivity score
- Method Matcher — unlocks with probabilities_lite.json (+ methods_lite.json)
- HYDROPHI Ledger — unlocks with the 11 ledger CSVs; accrument totals calculator
- MetalloDrugDB explorer — unlocks with the 300-compound files
- Compound rankings — unlocks with ranking exports; custom blend re-ranking
- BOM calculator — unlocks with any qty + unit-cost table
- Data Browser — every loaded dataset, sortable/searchable, with
⚗ Run engine / Match methods / Export CSV on any dataset
Single portable file, fully offline, phone-ready (copy to a phone, open in the
browser, tap "browse files"). Loaded data is remembered on the device
(browser storage) and never uploaded anywhere. sample-data\ holds copies of
real files for demos and testing.
2. AlchemyCalc — the personal all-in-one (data embedded)
One small piece of software that runs the whole CRI-ONE database on demand.
Everything lives in a single file: AlchemyCalc.html — copy it to a USB
stick, another PC, or a phone; double-click; it works fully offline with the
entire database embedded inside it.
© Christopher Gabriel Brown · cri-one.com portfolio
crioneaka@outlook.com · crioneaka@outlook.com
What's inside
The calculator engine reproduces the original Python pipeline exactly — the
Prospects tab recomputes every stored Productivity_Score on load and shows a
✓ per row when it matches (currently 19/19).
SafetyGatekeeper keyword screening (from the Project 63 framework) is applied
at build time.
Rebuilding after data changes
py build_calc.py
build_calc.py re-reads all source folders under D:\special\ and regenerates
AlchemyCalc.html from template.html. Edit template.html to change the app
itself; edit the source CSV/JSON files to change the data; then rebuild.
Numerical range audit — Alchemy Data Processing Calculator
Numerical range audit — Alchemy Data Processing Calculator
Measured 2026-08-13 · Chrome (Browser pane) · Windows 11 · fully offline.
Question asked: **what can it calculate, and does it hold up at very high and
very small magnitudes? Answer at the time of audit: no — it did not.**
Everything below has since been fixed and re-verified.
What was measured
Every numeric path in the product was driven to its extremes: the formula
parser, the productivity score, the display formatter, the CSV number reader,
the ranking normalizer, and the aggregation code.
Failures found (all fixed)
Range now supported
What was missing entirely
Before this audit the app contained no general mathematical functions —
no log, ln, sqrt, gamma, zeta, mean, median, standard deviation, regression,
entropy or factorial. It could do chemistry arithmetic and nothing else.
Added: the CGB Function Library (Project 27)
All ten CGB Mathematical Depositions now ship as live, computable functions,
each verified against the value stated in its own deposition:
One discrepancy — RESOLVED 2026-08-13
Deposition 10 (Zero-Point Fabrication). The formula as deposited,
P = −ħcπ²/(240·d⁴), is the standard Casimir result and is implemented
exactly. But the deposition's worked example states *"At d = 3 nm … Casimir
pressure is approximately 1.3 atmospheres."*
Computed from the deposited formula:
1.3 atm corresponds to d = 10 nm, not 3 nm. The formula was right; the
worked example had the wrong separation.
The long-form deposition was already correct. deposition_pdfs/build_depo6.py
Table 4.1 lists the pressure at nine separations, and every row agrees with the
calculator: 1 nm → 12,800 atm (computed 12,831), 5 nm → 20.7 atm (computed 20.5),
10 nm → 1.28 atm (computed 1.283). Its constant ħcπ²/240 = 1.30e-27 N·m²
matches to four figures. Only the one-paragraph summary carried the error.
Fixed 2026-08-13 in all three source locations — deposition_files/,
deposition_files_scoped/, and the create_backup.py generator. The corrected
text anchors 1.3 atm at 10 nm and carries the AQCHS 1.5 nm node through at its
correct value (~158 atm at 3 nm spacing), which preserves the gate-collapse
point the deposition was making — and strengthens it.
create_backup.py had its output_path hardcoded to
C:\special\27-mathmatical-depositions\... while the project lives on D:\.
Fixed to resolve relative to the script's own directory, and the ODT backup
CGB-Mathematical-Depositions-Complete-Backup.odt was regenerated on
2026-08-13 — verified to carry the corrected sentence and all 10 depositions.
The superseded file is kept as
CGB-Mathematical-Depositions-Complete-Backup.pre-casimir-fix.odt.
Still carrying the old sentence, not regenerated: the canonical
CGB_Mathematical_Depositions_Complete_2026.pdf (and its (2) copy),
CGB_Mathematical_Depositions_Complete_Backup.odt, and
CGB_Mathematical_Depositions_Backup.odf. No generator script was found for
these — they appear to be hand-produced, so correcting them is a manual edit.
*(Minor, no action needed: deposition 8 states 2.85e-21 J; the exact value of
k_B·300·ln2 is 2.871e-21 J. Rounding in the prose only.)*
Performance with the library added
File size: 68 KB (was ~57 KB). Still one portable offline file.
Performance report — Alchemy Data Processing Calculator
Performance report — Alchemy Data Processing Calculator
Measured 2026-08-13 · Chrome (Browser pane) · Windows 11 · local files, fully offline.
Method: performance.now() instrumentation around real user actions; synthetic
datasets generated in-page for scale tests. Re-runnable any time.
Product app — Alchemy-Data-Processing-Calculator.html (~100 KB, no data embedded)
Startup
Loading real CRI-ONE database files
Each figure includes parsing, module recognition, and first table render.
Every real database file loads in ~0.1 s.
Calculator throughput — real data (300 MetalloDrugDB compounds)
Large-database stress test (synthetic)
A 100,000-row alchemy database processes end-to-end in under 3 seconds on a
desktop browser; searching and sorting it stays comfortably interactive.
Personal app — AlchemyCalc.html (787 KB, 4,447+ records embedded)
Verification status (functional)
- Engine parity: all 19 stored Productivity_Scores reproduced exactly (✓ 19/19)
- Aspirin C9H8O4 molar mass = 180.159 g/mol (correct reference value)
- Method matcher reproduces recipe_builder subset logic; 221/300 MetalloDrugDB
compounds resolve to a method (the rest have no overlapping probability entry —
same result as the Python pipeline)
- Module auto-recognition: 7/7 sample files classified correctly
- Mobile: no horizontal overflow at 375 px on any tab, both apps
- Zero console errors on load or during any exercised interaction
Remaining tests suggested before the store listing goes live
1. Open the product file from disk by double-click (no server) on your PC — Edge and Chrome.
2. Copy it to a phone, open it in the phone browser, load one CSV from storage.
3. Load your full purchased-archive contents end-to-end once.
4. Confirm "Clear stored data" wipes device storage.
Magento setup — Alchemy Data Processing Calculator
Magento setup — Alchemy Data Processing Calculator
CRIONE-ALCHEMY-CALC-01 · $10,000 USD
Everything in this folder is ready to upload. Create the product as a
Downloadable Product — Magento then gates the file behind purchase itself,
so no password, encryption or external hosting is needed.
Files in this folder
Manual setup (recommended the first time)
1. Create the product
Catalog → Products → Add Product ▾ → Downloadable Product
2. Description
Open Content → Description, click Show / Hide Editor to switch to code
view, then paste the entire contents of magento-description.html.
Pasting into the WYSIWYG without switching to code view will strip the
<style> block and break the layout.
For Short Description, use:
> Companion software for CRI-ONE database products. Load your licensed database
> and the calculator recognizes every dataset automatically and unlocks its
> processing module. One portable file, fully offline, runs on a cell phone.
> Includes the ten CGB Mathematical Depositions as live computable functions.
3. Images
First upload the hero image so the description can find it:
Content → Media → Media Gallery → upload alchemy-calculator-hero.png into
the wysiwyg/ folder. The description references it as
https://cri-one.com/media/wysiwyg/alchemy-calculator-hero.png. If you put it somewhere
else, update that path in the description.
Then in Images and Videos on the product, upload both images:
alchemy-calculator-hero.png→ tick Base, Smallalchemy-calculator-square.png→ tick Thumbnail
4. The downloadable file — this is the purchase gate
Open the Downloadable Information section and tick
Links can be purchased separately? → No.
Samples: leave empty. The demo CSV inside the package is fictional, but the
calculator file itself is the product — don't offer it as a free sample.
5. Make downloads available at the right moment
Stores → Configuration → Catalog → Catalog → Downloadable Product Options
Invoiced is the important one. Setting it to Pending would release the file
before payment clears.
6. SEO and publish
- Search Engine Optimization → URL Key:
alchemy-data-processing-calculator
(gives cri-one.com/store/alchemy-data-processing-calculator.html, matching
your existing product URLs)
- Meta Title:
Alchemy Data Processing Calculator — CRI-ONE - Meta Description: the short description above, trimmed to ~160 characters
- Set Enable Product = Yes, Visibility = Catalog, Search
- Save, then System → Cache Management → Flush Magento Cache
7. Test before announcing
Place a real order end to end — ideally a 100%-off coupon on a test account —
and confirm the link only appears under My Account → My Downloadable Products
after the order reaches Invoiced. Download it, unzip it, open the calculator.
Bulk import instead
product-import.csv covers the same setup in one file:
System → Data Transfer → Import → Entity Type Products, Behavior
Add/Update, choose the CSV, Check Data, then Import.
Two things must be in place first:
1. Upload CRIONE-ALCHEMY-CALC-01.zip to var/import/files/ on the server
(or set Images File Directory to wherever you put it).
2. Put both PNGs in pub/media/import/.
Column sets differ slightly between Magento versions. If Check Data
complains, export one of your existing downloadable products to CSV and match
its exact column headers — that export is the authoritative template for your
installation.
Note on the encrypted archive
CRIONE-ALCHEMY-CALC-01-delivery.zip in the parent folder is AES-256 encrypted
and password-protected, matching how your other store products ship. You do
not need it here — Magento's downloadable gate already restricts access to
paying, logged-in customers, and encryption would add a password-support burden
for every buyer.
Use it only if you want defence-in-depth consistent with your other listings. If
you do, upload that file instead in step 4 and email the password with the
receipt. py make_delivery.py --password YOURPASSWORD regenerates it with a
password you choose.
License & IP Notice — Alchemy Data Processing Calculator
License & IP Notice — Alchemy Data Processing Calculator
CRIONE-ALCHEMY-CALC-01
Copyright © 2010–2026 Christopher Gabriel Brown, CRI-ONE.
All rights reserved. Patents issued and pending.
What the buyer receives
Purchase of CRIONE-ALCHEMY-CALC-01 grants the buyer the licensed use of
the Alchemy Data Processing Calculator — companion software for
CRI-ONE database products:
- One portable software file (
Alchemy-Data-Processing-Calculator.html)
that runs fully offline in any modern browser on desktop or phone.
- The built-in calculation engines: formula analysis, CRI reactivity,
formation probability, productivity scoring, method matching,
blend re-ranking, ledger totals, and BOM costing.
- The CGB Function Library: the ten CGB Mathematical Depositions
(Project 27) implemented as executable functions, plus the numerical
core (log-gamma, log-sum-exp, compensated summation, descriptive
statistics). Executable use of the depositions is granted here; the
CGB Mathematical Depositions record itself — the framework,
methodology, and documentary filing — is licensed separately under
CRIONE-ACQ-27-MATH-DEPOSITIONS and is not included.
- The right to load any lawfully licensed CRI-ONE database package
(HYDROPHI DATABASE, MetalloDrugDB, lite-alchemy data) into the software
on devices controlled by the buying entity.
Database packages are licensed separately and are not included.
What this purchase does NOT grant
- No redistribution rights. Licensed to the buying entity (single
named organization on the purchase receipt) only.
- No public-posting rights.
- No IP transfer. No sublicensing, no derivative works, no
modification of the software file.
- No warranty.
Purchase eligibility
Available exclusively to companies **incorporated, headquartered, and
primarily operating in the United States of America**. USD only.
Communication by email and postal mail only. **No phone calls, no
brokers, no intermediaries.**
*Christopher Gabriel Brown · 1341 Wellington Cove,
Lawrenceville, GA 30043-5255 USA · crioneaka@outlook.com*
This archive contains 5 documents. The complete folder ships as the product.