Releases: Infleqtion/client-superstaq
Releases · Infleqtion/client-superstaq
v0.5.33 December 19, 2024 Release
What's Changed
- Pin qiskit
v1.3.0
by @bharat-thotakura in #1113 - Refresh some notebooks with newer run by @bharat-thotakura in #1102
- Add
cq_sqale_qpu
by @bharat-thotakura in #1114 - CUDA-Q AIM notebook by @bharat-thotakura in #1115
- Updates some links in the CUDA-Q AIM notebook by @bharat-thotakura in #1118
- Remove wrongly formatted package links by @bharat-thotakura in #1119
- Implementing
get_my_targets()
by @natibek in #1111 - Updated EeroQ demos by @pgoiporia in #1112
- Paper link update & typo fixes in AIM notebook by @bharat-thotakura in #1120
- Fixing headers in EeroQ demo notebooks by @pgoiporia in #1121
- CUDA-Q AIM notebook nits by @bharat-thotakura in #1124
- Revamp of the QCVV interface by @cdbf1 in #1095
- Add models for new server I/O by @cdbf1 in #1123
- EeroQ notebook updates by @bharat-thotakura in #1126
- Minor fix to v0.3.0 I/O models by @cdbf1 in #1128
- Add XEB speckle plots by @cdbf1 in #1109
- support qiskit 1.3.* by @richrines1 in #1127
- Version bump to 0.5.33 by @pgoiporia in #1116
Full Changelog: v0.5.32...v0.5.33
v0.5.32 November 21, 2024 Release
What's Changed
Full Changelog: v0.5.31...v0.5.32
v0.5.31 November 12, 2024 Release
What's Changed
- Fix spurious colon by @cdbf1 in #1096
- Update symengine version to 0.13.0 by @natibek in #1097
- Use Python 3.13 base for most checks by @bharat-thotakura in #1098
- Bump to
v0.5.31
by @bharat-thotakura in #1100
Full Changelog: v0.5.30...v0.5.31
v0.5.30 October 17, 2024 Release
What's Changed
- Add explanation of password recovery and email verification by @cdbf1 in #1082
- Revert exclusion of IBM DD Strategies notebook by @bharat-thotakura in #1088
- Fix the flakey two qubit IRB test by @cdbf1 in #1085
- factor out shared code in qaoa proxies by @richrines1 in #1091
- make type annotations compatible with numpy 2 by @richrines1 in #1090
- allow locations in requirements files by @richrines1 in #1093
- bump version to 0.5.30 by @richrines1 in #1094
Full Changelog: v0.5.29...v0.5.30
v0.5.29 October 07, 2024 Release
What's Changed
- Switch to using the
sphinx-autoapi
extension for auto building the API reference. It better maintained and produces nicer formatted docs. by @cdbf1 in #1030 - pass service kwargs to get_targets by @richrines1 in #1086
- bump version to 0.5.29 by @richrines1 in #1087
Full Changelog: v0.5.28...v0.5.29
v0.5.28 October 03, 2024 Release
What's Changed
- Update access info notebooks with recent updates by @bharat-thotakura in #1049
- Multi-job tests in integration test by @bharat-thotakura in #1060
- Binder/Colab badge for IRB notebook by @bharat-thotakura in #1061
- Update typing of
__array__
dunder methods by @bharat-thotakura in #1062 - multithreaded notebook checks by @richrines1 in #1026
- Add functionality for RB by @cdbf1 in #1065
- Use timeline drawer for IBM optimization notebooks by @bharat-thotakura in #1067
- drop all support for qiskit pulse sequences :( by @richrines1 in #1070
- Feature/two_qubit_irb by @cdbf1 in #1068
- fix qcvv progress bars when using cli by @richrines1 in #1072
- avoid scipy warnings in irb tests by @richrines1 in #1073
- allow qcvv routines to be initialized with a random seed by @richrines1 in #1074
- allow instantiation of qcvv experiments without superstaq credentials by @richrines1 in #1076
- Fix uninitialised attributes in QCVV samples by @cdbf1 in #1075
- Fix/user info by @cdbf1 in #1079
- Version bump to
v0.5.28
by @bharat-thotakura in #1083
Full Changelog: v0.5.27...v0.5.28
v0.5.27 September 06, 2024 Release
What's Changed
- clean up dependencies and ci by @richrines1 in #1039
- Support sub-job status checking & cancelling in
qss
by @bharat-thotakura in #1048 - partial barriers should commute with operations on other qubits by @richrines1 in #1051
- Validate qubit types in
css
by @bharat-thotakura in #1050 - update dd-strategies notebook by @richrines1 in #1038
- Update DD notebook name in docs by @bharat-thotakura in #1054
- Support sub-job status checking & cancelling in
css
(+ some tests refactoring/nits) by @bharat-thotakura in #1034 - update default dd strategy by @richrines1 in #1056
- Feature/implement_IRB_routine by @cdbf1 in #994
- Add custom repr to
qss.SuperstaqBackend
by @bharat-thotakura in #1055 - Version bump to
v0.5.27
by @bharat-thotakura in #1057
Full Changelog: v0.5.26...v0.5.27
v0.5.26 August 29, 2024 Release
What's Changed
- Add Colab and Binder badges to Supermarq notebooks by @bharat-thotakura in #1040
- Adding
DDGate
toqiskit_superstaq.custom_gates
by @pgoiporia in #1044 - Fixing qss DD gate params by @pgoiporia in #1047
- version bump to 0.5.26 by @pgoiporia in #1046
Full Changelog: v0.5.25...v0.5.26
v0.5.25 August 28, 2024 Release
What's Changed
- Feature/xeb implementation by @cdbf1 in #993
- Adding Architecture-Level Resource Estimator Design Document by @spencerdearman in #1027
- support gateset specification in aqt_compile by @richrines1 in #1025
- Adding custom gates for EeroQ hardware by @pgoiporia in #1003
- migrate superstaq_backend to
BackendV2
by @richrines1 in #1036 - use
requests.Session
in superstaq client by @richrines1 in #1037 - Move supermarq examples etc. to the Docs folder and include in documentation. by @cdbf1 in #1031
- drop deprecated gates & outdated workarounds from qss.serialize_circuits by @richrines1 in #1041
- get rid of (most) warnings from pytest/coverage check by @richrines1 in #1042
- bump version to 0.5.25 by @richrines1 in #1035
Full Changelog: v0.5.24...v0.5.25
v0.5.24 August 15, 2024 Release
What's Changed
- Add appropriate licence to
qre-challenge
by @vtomole in #1022 - Clean-up qre challenge licences by @vtomole in #1023
- add caching to windows ci by @richrines1 in #1015
- Fix some input type issues in
supermarq-benchmarks/supermarq.plotting.py
by @bharat-thotakura in #1024 - Use Python 3.12 base for non-pytest/min coverage checks by @bharat-thotakura in #1018
- disable warning for compiler outputs missing qtrl pulse sequencer by @richrines1 in #1021
- Feature/base qcvv framework by @cdbf1 in #992
- Job Cancelation by @natibek in #998
- version bump to 0.5.24 by @natibek in #1029
Full Changelog: v0.5.23...v0.5.24