Skip to content

Powerfit report helpers

Deprecated compatibility route

This v0.7 historical module will be removed in v0.8. Import report helpers from pyvoro2.inverse.separator instead.

pyvoro2.powerfit.report

Compatibility exports for separator reports.

build_active_set_report(result, *, use_ids=False)

Return a JSON-friendly report for a self-consistent active-set result.

build_fit_report(result, constraints, *, use_ids=False)

Return a JSON-friendly report for a low-level fit result.

build_realized_report(diagnostics, constraints, *, use_ids=False)

Return a JSON-friendly report for realized-face matching.

dumps_report_json(report, *, indent=2, sort_keys=False)

Serialize a powerfit report into a JSON string.

write_report_json(report, path, *, indent=2, sort_keys=False)

Write a powerfit report to a JSON file.

:::