Peptide Protocol IQ

Research tools

Every tool here computes its result with decimal arithmetic in a tested calculation service. None of them use a language model to produce a number, and all of them show the arithmetic that led to the answer.

Verification

How the mathematics is checked

Property-based testing

Rather than a handful of hand-worked examples, the calculation engine is tested against mathematical invariants across thousands of randomly generated valid inputs. Concentration multiplied by solvent volume must return the original material quantity. Target volume multiplied by concentration must return the target quantity.

Ceiling behaviour is asserted

For supplies planning, the required container count multiplied by the quantity per container must always meet or exceed the total requirement, and one container fewer must always be insufficient. Both directions are tested, because only testing one would allow systematic over-ordering to pass.

Rounding is never silent

Values are stored canonically in micrograms and microlitres using decimal arithmetic, so floating-point display formatting can never become the source of truth. Where a displayed figure differs from the exact value, both are shown.