Search VMS Institute
Esc to close ↑↓ to navigate to select

CAS Verification

Audit Code

Matlab and Sympy files are presented for independent verification of VMS predictions.

Purpose of the Audit

This audit does not attempt to prove the physical assumptions of the theory. Those assumptions are stated and defended elsewhere. The purpose of the audit is narrower: given the declared assumptions and mathematical forms, the audit independently verifies each derivation step, checks for hidden substitutions or unstated assumptions, and confirms that the stated conclusions follow from the stated premises. In other words, the audit tests the mathematical integrity of the derivation chain, not the physical truth of the starting assumptions.

Audit requirements

The ZIP package is the authoritative audit artifact. Browser-rendered source pages are provided for inspection only and should not be used to determine or for executability or execution.

Direct download: https://www.vms-institute.org/audit/vms-sympy-audit.zip

Mac/Linux: open Terminal and run:

rm -rf ~/vms-audit-test
mkdir ~/vms-audit-test
cd ~/vms-audit-test

curl -L -o vms-sympy-audit.zip https://www.vms-institute.org/audit/vms-sympy-audit.zip
unzip -q vms-sympy-audit.zip

python3 -m venv vms-audit-env
source vms-audit-env/bin/activate
python3 -m pip install sympy

cd sympy
python3 run_master.py

echo "done"

The audit result is the summary printed at the end of the run, including the displayed PASS/FAIL counts and any STACK CLOSED or failure message.

.m CAS_MASTER_RUN.m
Download
.m CAS_F0000_VERIFY.m
Download
.m CAS_F0001_VERIFY.m
Download
.m CAS_F0002_VERIFY.m
Download
.m CAS_F0003_VERIFY.m
Download
.py run_master.py
Download
.py constants.py
Download
.json audit_report.json
Download
.py CAS_F0000_VERIFY.py
Download
.py CAS_F0001_VERIFY.py
Download