PsiQ / qref

Quantum Resource Estimate Format
https://psiq.github.io/qref/
Apache License 2.0
34 stars 3 forks source link

docs: Add section with design choices #105

Closed dexter2206 closed 4 months ago

dexter2206 commented 4 months ago

Description

This PR introduces a new section called "Design choices" to the docs.

There are several choices that we made while designing the QREF format that might be surprising to the users. The newly added "Design choices" section discusses the choices we think are controversial and explains why they were made.

To test simply install QREF with docs dependencies:

poetry install --with docs

And then run mkdocs serve.

Please verify that you have completed the following steps