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.
-
It's just JSON (or YAML)
QREF's data format is built on top of JSON, which makes it easy to write and read.
-
Cross-language support
QREF's JSON schema can be used for data validation in any language.
-
Python library
QREF's Python package provides programmatic access to QREF's JSON schema and ready-to-use Pydantic models.
-
Open Source, Apache 2.0
QREF is licensed under the Apache 2.0 license and lives on GitHub.