Skip to content

Commit 80d45de

Browse files
committed
Update release docs for hardware integration path move
1 parent 3ab870d commit 80d45de

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/releases/v1.2.0-rc.1.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Comparison:
3434
## Validation Performed
3535

3636
- Python compile check:
37-
- `python3 -m py_compile examples/hardware_integration/convert_xanadu_job_to_decoder_io.py`
37+
- `python3 -m py_compile hardware_integration/xanadu/convert_xanadu_job_to_decoder_io.py`
3838
- Fixture conversions:
39-
- `bash examples/hardware_integration/run.sh`
40-
- `bash examples/hardware_integration/run_public_datasets.sh`
39+
- `bash hardware_integration/xanadu/run.sh`
40+
- `bash hardware_integration/xanadu/run_public_datasets.sh`
4141
- Replay checks:
42-
- `bash examples/hardware_integration/replay.sh examples/results/hardware_integration/decoder_requests_aurora.ndjson`
43-
- `bash examples/hardware_integration/replay.sh examples/results/hardware_integration/decoder_requests_qca.ndjson`
44-
- `bash examples/hardware_integration/replay.sh examples/results/hardware_integration/decoder_requests_gkp.ndjson`
42+
- `bash hardware_integration/xanadu/replay.sh examples/results/hardware_integration/decoder_requests_aurora.ndjson`
43+
- `bash hardware_integration/xanadu/replay.sh examples/results/hardware_integration/decoder_requests_qca.ndjson`
44+
- `bash hardware_integration/xanadu/replay.sh examples/results/hardware_integration/decoder_requests_gkp.ndjson`
4545
- Result: replay completed with `errors=0` on fixture datasets.
4646

4747
## Notes

docs/releases/v1.2.0-rc.2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Comparison:
3434
## Validation Performed
3535

3636
- Python compile check:
37-
- `python3 -m py_compile examples/hardware_integration/convert_xanadu_job_to_decoder_io.py`
37+
- `python3 -m py_compile hardware_integration/xanadu/convert_xanadu_job_to_decoder_io.py`
3838
- Fixture conversions:
39-
- `bash examples/hardware_integration/run.sh`
40-
- `bash examples/hardware_integration/run_public_datasets.sh`
39+
- `bash hardware_integration/xanadu/run.sh`
40+
- `bash hardware_integration/xanadu/run_public_datasets.sh`
4141
- Replay checks:
42-
- `bash examples/hardware_integration/replay.sh examples/results/hardware_integration/decoder_requests_aurora.ndjson`
43-
- `bash examples/hardware_integration/replay.sh examples/results/hardware_integration/decoder_requests_qca.ndjson`
44-
- `bash examples/hardware_integration/replay.sh examples/results/hardware_integration/decoder_requests_gkp.ndjson`
42+
- `bash hardware_integration/xanadu/replay.sh examples/results/hardware_integration/decoder_requests_aurora.ndjson`
43+
- `bash hardware_integration/xanadu/replay.sh examples/results/hardware_integration/decoder_requests_qca.ndjson`
44+
- `bash hardware_integration/xanadu/replay.sh examples/results/hardware_integration/decoder_requests_gkp.ndjson`
4545
- Result: replay completed with `errors=0` on fixture datasets.
4646

4747
## Notes

0 commit comments

Comments
 (0)