Uncertainty-aware arithmetic
Carry measurement uncertainty through supported arithmetic instead of presenting every input as exact.
UNCERTAINTY-AWARE SCIENTIFIC COMPUTING
Turn measurements into calculations that carry uncertainty. Inspect the method, explore a scenario, and keep the result grounded in what the inputs actually support.
Real interpreter. Local browser execution. No model calls made by the Lab.
uncertain mass = 10 +/- 0.1
uncertain volume = 2 +/- 0.02
concentration = mass / volume
concentrationIndependent input errors, first-order propagation. Units supplied by the workflow. Not a clinical confidence interval.
WHAT WORKS TODAY
Carry measurement uncertainty through supported arithmetic instead of presenting every input as exact.
Use the Python API to parse once and evaluate against new inputs, with opt-in parallel branches and supported parameter-sweep utilities.
Explore small circuits on a software simulator. Bell-state experiments make correlations visible without implying quantum hardware advantage.
TRY THE ACTUAL ENGINE
Change a mass, volume, or measurement uncertainty. See the resulting concentration and the assumptions behind it.
Explore request-volume uncertainty with your own illustrative token rates. Forecasting only, never an invoice or live routing decision.
Change shot count and seed. Compare simulated measurement frequencies with the expected correlated outcomes.
The Lab downloads a pinned Python runtime, NumPy, and SciPy on first use. Inputs remain in your browser. Internet is required to initialize.
SIMPLE COMMERCIAL LICENSING
USD pricing for standalone Synapse licensing, separate from Crowe Logic console plans. Licenses are issued by written agreement; checkout is not enabled on this site.
$199/year
FOR RESEARCH GROUPS
$799/year
By agreement
Evaluate first: use the bounded browser Lab, or request a free 30-day evaluation license for the standalone runtime. No automatic enrollment or charges.
No per-execution fees or royalties on your results. Cloud compute, quantum hardware, consulting, taxes, and guaranteed-response support are not included. Prior MIT distributions retain their granted rights.
FOR DEVELOPERS
Python 3.10 or later. The 2.4.1 candidate is under release verification; the public package may still be an older revision.
python -m pip install --upgrade synapse-lang
synapse --version
synapse -c 'uncertain x = 10 +/- 0.1; x * 2'Run only trusted source and context objects in the standard interpreter. External isolation is required for untrusted programs.
Synapse is early-stage software. Not a validated diagnostic or treatment system, accounting ledger, investment advisor, or production quantum network. Larger language constructs and application integrations remain separately tracked work. Local test results do not establish clinical validity, regulatory compliance, or universal performance advantages.