Units and numerical precision
Quantas distinguishes between stored numerical precision and display precision.
Stored values
Native calculations and HDF5 persistence use:
float64for real values;complex128for complex values.
There is no runtime precision selector for scientific calculations.
Displayed values
Formatting and display precision belong to report and plot renderers. They do not change the stored data.
Workflow pages document the scientific units relevant to each module. Where possible, units are also stored explicitly in metadata associated with results, reports, or exported tables.