Skip to content

Commit ef944dc

Browse files
committed
added links to repo to docs
1 parent 18e828b commit ef944dc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# qbin - a compact binary format for OpenQASM 3
22

3-
`qbin` is a minimal, lossless binary encoding for a useful subset of OpenQASM 3.
3+
`qbin` is a minimal, lossless binary encoding for a useful subset of OpenQASM.
4+
45
It focuses on code you actually run on hardware (single-/two-qubit gates, rotations,
56
measurement, and simple conditionals), so state-init circuits and large templated programs shrink dramatically versus plain text QASM.
67

@@ -9,6 +10,11 @@ measurement, and simple conditionals), so state-init circuits and large template
910
- Streaming-friendly: one-pass, sectioned layout.
1011
- Round-trip exactness: supported subset decompiles to identical QASM.
1112

13+
[Repository](https://github.com/quantag/qbin)
14+
15+
[Project web](https://quantum.quantag-it.com)
16+
17+
1218
See [Quick start](quickstart.md) and [CLI usage](cli.md) to begin.
1319

1420
Check [architecture](architecture.md) for more info about format.

0 commit comments

Comments
 (0)