Skip to content

Commit bbfa2ca

Browse files
committed
Update schema version in output examples
1 parent 0ce7515 commit bbfa2ca

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

specification/output_schemas/Labeled.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here's an example of the output emitted for a single shot:
2727

2828
```log
2929
HEADER\tschema_id\tlabeled
30-
HEADER\tschema_version\t1.0
30+
HEADER\tschema_version\t2.0
3131
START
3232
METADATA\tentry_point
3333
METADATA\tqir_profiles\tbase_profile
@@ -143,7 +143,7 @@ The output for `3` shots would have the following form (using fabricated
143143

144144
```log
145145
HEADER\tschema_id\tlabeled
146-
HEADER\tschema_version\t1.0
146+
HEADER\tschema_version\t2.0
147147
START
148148
METADATA\tentry_point
149149
METADATA\tqir_profiles\tbase_profile
@@ -186,7 +186,7 @@ The output for `3` shots would have the following form (using fabricated
186186

187187
```log
188188
HEADER\tschema_id\tlabeled
189-
HEADER\tschema_version\t1.0
189+
HEADER\tschema_version\t2.0
190190
START
191191
METADATA\tentry_point
192192
METADATA\tqir_profiles\tbase_profile
@@ -236,7 +236,7 @@ The output for `3` shots would have the following form (using fabricated
236236

237237
```log
238238
HEADER\tschema_id\tlabeled
239-
HEADER\tschema_version\t1.0
239+
HEADER\tschema_version\t2.0
240240
START
241241
METADATA\tentry_point
242242
METADATA\tqir_profiles\tbase_profile
@@ -288,7 +288,7 @@ The output for one shot would have the following form (using fabricated
288288

289289
```log
290290
HEADER\tschema_id\tlabeled
291-
HEADER\tschema_version\t1.0
291+
HEADER\tschema_version\t2.0
292292
START
293293
METADATA\tentry_point
294294
METADATA\tqir_profiles\tbase_profile

specification/output_schemas/Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Output for a single shot:
159159

160160
```log
161161
HEADER\tschema_id\tlabeled
162-
HEADER\tschema_version\t1.0
162+
HEADER\tschema_version\t2.0
163163
START
164164
METADATA\tentry_point
165165
METADATA\trequired_num_qubits\t5

specification/output_schemas/Ordered.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Examples of `HEADER` records:
3131

3232
```log
3333
HEADER\tschema_id\tordered
34-
HEADER\tschema_version\t1.0
34+
HEADER\tschema_version\t2.0
3535
```
3636

3737
### `START` Records
@@ -144,7 +144,7 @@ The output must start with two `HEADER` records that contain the name and
144144
version of the output schema used:
145145

146146
- `HEADER\tschema_id\tordered`
147-
- `HEADER\tschema_version\t1.0`
147+
- `HEADER\tschema_version\t2.0`
148148

149149
Additional `HEADER` records that provide more general information about the
150150
output are optional.
@@ -161,7 +161,7 @@ Example of the output emitted for three shots:
161161

162162
```log
163163
HEADER\tschema_id\tordered
164-
HEADER\tschema_version\t1.0
164+
HEADER\tschema_version\t2.0
165165
START
166166
METADATA\tentry_point
167167
METADATA\tqir_profiles\tbase_profile
@@ -264,7 +264,7 @@ The output for `3` shots would have the following form (using fabricated
264264

265265
```log
266266
HEADER\tschema_id\tordered
267-
HEADER\tschema_version\t1.0
267+
HEADER\tschema_version\t2.0
268268
START
269269
METADATA\tentry_point
270270
METADATA\tqir_profiles\tbase_profile
@@ -307,7 +307,7 @@ The output for `3` shots would have the following form (using fabricated
307307

308308
```log
309309
HEADER\tschema_id\tordered
310-
HEADER\tschema_version\t1.0
310+
HEADER\tschema_version\t2.0
311311
START
312312
METADATA\tentry_point
313313
METADATA\tqir_profiles\tbase_profile
@@ -357,7 +357,7 @@ The output for `3` shots would have the following form (using fabricated
357357

358358
```log
359359
HEADER\tschema_id\tordered
360-
HEADER\tschema_version\t1.0
360+
HEADER\tschema_version\t2.0
361361
START
362362
METADATA\tentry_point
363363
METADATA\tqir_profiles\tbase_profile
@@ -409,7 +409,7 @@ The output for one shot would have the following form (using fabricated
409409

410410
```log
411411
HEADER\tschema_id\tordered
412-
HEADER\tschema_version\t1.0
412+
HEADER\tschema_version\t2.0
413413
START
414414
METADATA\tentry_point
415415
METADATA\tqir_profiles\tbase_profile

0 commit comments

Comments
 (0)