Skip to content

Add QCVT: pulse schedule visualization for AveragerProgramV2 - #426

Open
DRNag2 wants to merge 3 commits into
openquantumhardware:mainfrom
DRNag2:add-qcvt
Open

Add QCVT: pulse schedule visualization for AveragerProgramV2#426
DRNag2 wants to merge 3 commits into
openquantumhardware:mainfrom
DRNag2:add-qcvt

Conversation

@DRNag2

@DRNag2 DRNag2 commented Aug 12, 2026

Copy link
Copy Markdown

Summary

  • Merge QCVT into QICK as discussed in Adding a .simulate() to the AveragerProgram class?  #229 (option 3)
  • Ships as the qcvt package (pip install "qick[qcvt]") with offline demos under qick_demos/qcvt/
  • Adds offline pytest coverage and a path-filtered CI workflow
  • Includes documented accessors on QickConfig / program classes

Notes for reviewers

  • Load-bearing program attributes currently used: macro_list, pulses, envelopes, ro_chs, loop_dict, plus gens/readouts clock/maxv fields in QickConfig

Test plan

  • pip install -e ".[qcvt]" pytest
  • pytest qick_lib/qcvt/tests/ -v
  • python qick_demos/qcvt/run_offline_example.py

Addresses #229

DRNag2 and others added 2 commits August 11, 2026 23:27
Merge the standalone QCVT tool (https://github.com/DRNag2/QCVT) into QICK as
discussed in openquantumhardware#229. Ships as the qcvt package (install
via pip install "qick[qcvt]"), with offline demos, tests, and CI.
Formalize the QickConfig and asm_v2 fields QCVT needs (clocks, maxv,
macros, pulses, envelopes, ro_chs, loop_dict) so tools can depend on
methods instead of raw instance dicts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants