Skip to content

Commit

Permalink
update the recal script and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Nov 19, 2024
1 parent d1f5085 commit 5e95a88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion qw11q/calibration/BLine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ cd qibolab_platforms_qrc/qw11q/calibration/BLine/
```
sbatch -v -J recal -p qw11q ./recal.sh
```
- On a successfull run this will generate two reports under the `./recal_reports` directory. Previous reports will be ovewritten.
- On a successfull run this will generate two reports under the `./recal_reports` directory. Previous reports will be ovewritten.
- The report under `./recal_reports/recal_frequencies` will be used automatically to update the platform,
- However the report under `./recal_reports/recal_frequencies/recal_1q_gates` will not be used automatically to update the platform.
You will need to do this manually, after checking that the report is fine:
```
-qq update ./recal_reports/recal_1q_gates
```
1 change: 1 addition & 0 deletions qw11q/calibration/BLine/recal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fi
mkdir recal_reports

qq run ./runcard_frequencies.yml -o ./recal_reports/recal_frequencies -f
qq update ./recal_reports/recal_frequencies

python calibrate_mixers.py

Expand Down

0 comments on commit 5e95a88

Please sign in to comment.