Recent Releases of qiskit-addon-sqd
qiskit-addon-sqd - 0.11.0
What's Changed
- tutorial 1 cleanup by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/157
- Update landing pages by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/159
- remove deprecated function bitstringmatrixtosortedaddresses by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/163
- un-deprecate tuple input to solve_fermion by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/170
- Add upper bound to the qiskit version by @garrison in https://github.com/Qiskit/qiskit-addon-sqd/pull/169
- Add development version tests by @garrison in https://github.com/Qiskit/qiskit-addon-sqd/pull/167
- Add minimum version tests by @garrison in https://github.com/Qiskit/qiskit-addon-sqd/pull/168
- Some improvements and fixes to the SKQD tutorial by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/162
- Add note informing that bitstring matrix will be sorted/deduplicated inside solve_qubit by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/173
- Bump pylint from 3.3.4 to 3.3.6 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/178
- Bump ruff from 0.9.9 to 0.11.2 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/177
- SKQD tutorial: State preparation should have gates for spin up too by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/176
- Initialize
bitarray_asintasnp.int64(0)to fix type conversion error by @ashsaki in https://github.com/Qiskit/qiskit-addon-sqd/pull/180 - fix units in SKQD tutorial by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/183
- Fix language in tutorial 2 by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/187
- update probability weight heuristic for configuration recovery by @willkirby1 in https://github.com/Qiskit/qiskit-addon-sqd/pull/185
- Allow trailing kwargs in solve_fermion for pyscf solver by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/197
- Bump ruff from 0.11.2 to 0.11.8 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/200
- Add shift kwarg to solve_fermion by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/201
- Update intersphinx mapping URLs & others by @arnaucasau in https://github.com/Qiskit/qiskit-addon-sqd/pull/207
- Add high-level function for SQD by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/195
- Bump mypy from 1.15.0 to 1.16.0 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/210
- Bump ruff from 0.11.8 to 0.11.12 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/209
- Update DICE guide to use diagonalizefermionichamiltonian by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/211
- Prepare 0.11 release by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/212
New Contributors
- @ashsaki made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/180
- @willkirby1 made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/185
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.10.0...0.11.0
- Python
Published by github-actions[bot] 9 months ago
qiskit-addon-sqd - 0.10.0
What's Changed
- Bump pylint from 3.3.3 to 3.3.4 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/136
- Bump ruff from 0.8.4 to 0.9.4 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/135
- fix spin_sq type annotation from int to float by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/138
- Clean up headers in notebook guides by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/143
- Refactor how mean orbital occupancies are specified throughout API by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/151
- Bump mypy from 1.14.1 to 1.15.0 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/153
- Bump ruff from 0.9.4 to 0.9.9 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/152
- Add lattice model tutorial by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/154
- Fix documentation on Pauli operator projection by @neumannrf in https://github.com/Qiskit/qiskit-addon-sqd/pull/145
- Use RDMs to calculate e by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/142
- Bump version by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/156
New Contributors
- @neumannrf made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/145
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.9.0...0.10.0
- Python
Published by github-actions[bot] 12 months ago
qiskit-addon-sqd - 0.9.0
What's Changed
- Calculate exact energy with PySCF in tutorial by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/104
- Show inheritance in inlined classes in docs by @Eric-Arellano in https://github.com/Qiskit/qiskit-addon-sqd/pull/102
- Fix GitHub source code links due to missing env vars by @Eric-Arellano in https://github.com/Qiskit/qiskit-addon-sqd/pull/103
- Delete the fcidump and calculate the integrals with pyscf by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/107
- Update all guides to calculate integrals using pyscf by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/109
- Add release note about pyscf on Windows by @garrison in https://github.com/Qiskit/qiskit-addon-sqd/pull/114
- Fix lint errors in CI by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/119
- Remove incorrect note from CR docstring by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/118
- Add a linter to check the images' alt text by @arnaucasau in https://github.com/Qiskit/qiskit-addon-sqd/pull/117
- Bump pylint from 3.3.1 to 3.3.3 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/125
- Bump ruff from 0.7.2 to 0.8.4 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/124
- Bump mypy from 1.13.0 to 1.14.1 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/123
- Use only upper triangle to define the orbital optimization rotation by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/130
- Fix indexing bug in recover_configurations by @haimeng-zhang in https://github.com/Qiskit/qiskit-addon-sqd/pull/132
- Add regression test for recover_configurations by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/133
- Prepare 0.9 release by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/134
New Contributors
- @arnaucasau made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/117
- @haimeng-zhang made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/132
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.8.0...0.9.0
- Python
Published by github-actions[bot] about 1 year ago
qiskit-addon-sqd - 0.8.1
What's Changed
- Calculate exact energy with PySCF in tutorial (backport #104) by @mergify in https://github.com/Qiskit/qiskit-addon-sqd/pull/105
- Fix GitHub source code links due to missing env vars (backport #103) by @mergify in https://github.com/Qiskit/qiskit-addon-sqd/pull/106
- Delete the fcidump and calculate the integrals with pyscf (backport #107) by @mergify in https://github.com/Qiskit/qiskit-addon-sqd/pull/108
- Prepare 0.8.1 by @garrison in https://github.com/Qiskit/qiskit-addon-sqd/pull/112
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.8.0...0.8.1
- Python
Published by github-actions[bot] over 1 year ago
qiskit-addon-sqd - 0.8.0
What's Changed
- Add a citation file by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/76
- Fix GitHub source code links for decorated functions by @garrison in https://github.com/Qiskit/qiskit-addon-sqd/pull/75
- in chemistry tutorial, correct reported error from 200 mH to 60 mH by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/82
- Add support for py39 by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/83
- Replace pydocstyle with Ruff by @Eric-Arellano in https://github.com/Qiskit/qiskit-addon-sqd/pull/87
- Reorganize API docs by @Eric-Arellano in https://github.com/Qiskit/qiskit-addon-sqd/pull/88
- Clean up some errors in API docs by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/92
- Create an SCIState class for describing quantum states by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/91
- Use random number generators, not global seeds by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/94
- Delete symmetry information from fcidump to avoid PySCF error by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/97
- Always show type hints in docs by @Eric-Arellano in https://github.com/Qiskit/qiskit-addon-sqd/pull/96
- Bump ruff from 0.6.8 to 0.7.2 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/99
- Bump mypy from 1.11.2 to 1.13.0 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/98
- Prepare 0.8 release by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/101
New Contributors
- @Eric-Arellano made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/87
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.7.0...0.8.0
- Python
Published by github-actions[bot] over 1 year ago
qiskit-addon-sqd - 0.7.0
What's Changed
- Use XZ logic to specify Pauli terms by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/61
- Update Dice how-to by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/62
- Fix dead link in Dice solver how-to by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/64
- Improve figure and explanation in tutorial 1 by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/67
- Bump ruff from 0.6.4 to 0.6.8 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/73
- Bump pylint from 3.2.7 to 3.3.1 by @dependabot in https://github.com/Qiskit/qiskit-addon-sqd/pull/72
- Add unit tests, clean up documentation, and add error handling in qubit module. by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/69
- Fix bugs in optimize_orbitals related to open-shell workflows by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/71
- Fix bugs in fermion module affecting open shell systems by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/74
- Prepare 0.7 release by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/77
New Contributors
- @dependabot made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/73
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.6.0...0.7.0
- Python
Published by github-actions[bot] over 1 year ago
qiskit-addon-sqd - 0.5.0
What's Changed
- Set earliest version in reno by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/14
- Force hammingleft and hammingright to be kwargs throughout API by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/16
- Prepare 0.5.0 release by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/17
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.4.0...0.5.0
- Python
Published by github-actions[bot] over 1 year ago
qiskit-addon-sqd - 0.4.0
What's Changed
- Documentation adjustments by @mrossinek in https://github.com/Qiskit/qiskit-addon-sqd/pull/5
- docs: correct explanation of ffsim pre-init transpiler passes by @kevinsung in https://github.com/Qiskit/qiskit-addon-sqd/pull/8
- Add qubit functions to the API docs by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/10
- Adjust API to be more consistent in specifying # spin electrons and target hamming weights by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/11
- Bump to version 0.4 by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/13
New Contributors
- @mrossinek made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/5
- @kevinsung made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/8
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/compare/0.3.0...0.4.0
- Python
Published by github-actions[bot] over 1 year ago
qiskit-addon-sqd - qiskit-addon-sqd 0.3.0 release
What's Changed
- Add a solve_qubit function by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/3
- Final QA of documentation before 0.3.0 release by @caleb-johnson in https://github.com/Qiskit/qiskit-addon-sqd/pull/2
New Contributors
- @caleb-johnson made their first contribution in https://github.com/Qiskit/qiskit-addon-sqd/pull/3
Full Changelog: https://github.com/Qiskit/qiskit-addon-sqd/commits/0.3.0
- Python
Published by github-actions[bot] over 1 year ago