QREF¶
The Quantum Resource Estimation Format (QREF) is an open format for representing quantum algorithms. Built on top of JSON, it has been optimized for the purpose of quantum resource estimation.
-
:material-code-json:{ .lg .middle } It's just JSON (or YAML)
QREF's data format is built on top of JSON, which makes it easy to write and read.
-
:fontawesome-brands-markdown:{ .lg .middle } Cross-language support
QREF's JSON schema can be used for data validation in any language.
-
:material-language-python:{ .lg .middle } Python library
QREF's Python package provides programmatic access to QREF's JSON schema and ready-to-use Pydantic models.
-
:material-scale-balance:{ .lg .middle } Open Source, Apache 2.0
QREF is licensed under the Apache 2.0 license and lives on GitHub.