Releases: Infleqtion/client-superstaq
Releases · Infleqtion/client-superstaq
v0.5.36 January 30, 2025 Release
What's Changed
- Add functionality to the QCVV framework for users to generate/analyse results from "offline" counts by @cdbf1 in #1110
- Add json magic methods to the QCVV library to facilitate saving and reloading using cirq by @cdbf1 in #1138
- Add figure saving to QCVV library by @cdbf1 in #1147
- Add option to retrieve stored ibm credentials #799 by @natibek in #1136
- Format update from new
black
version by @bharat-thotakura in #1151 - Version bump to 0.5.36 by @natibek in #1152
Full Changelog: v0.5.35...v0.5.36
v0.5.35 January 23, 2025 Release
What's Changed
- Add SIMULATING circuit state to new server models by @cdbf1 in #1148
- Update GR gate QASM name by @bharat-thotakura in #1150
- Rename
circuit_index
in QCVV library by @cdbf1 in #1144 - Version bump to 0.5.35 by @cdbf1 in #1149
Full Changelog: v0.5.34...v0.5.35
v0.5.34 January 16, 2025 Release
What's Changed
- Usage & documentation of
accessible
filter &get_my_targets()
by @bharat-thotakura in #1134 - update max sharpe notebook by @richrines1 in #1132
- Format TOML files with taplo by @perlinm in #1140
- remove redundant examples by @richrines1 in #1137
- Minor changes to the new server _models.py package by @cdbf1 in #1141
- Add
compiling
state by @cdbf1 in #1143 - Version bump to 0.5.34 by @bharat-thotakura in #1142
Full Changelog: v0.5.33...v0.5.34
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