Skip to content

Commit 979443b

Browse files
Update ffsim requirement from ~=0.0.57 to ~=0.0.58 in /scripts/nb-tester (#3847)
Updates the requirements on [ffsim](https://github.com/qiskit-community/ffsim) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qiskit-community/ffsim/releases">ffsim's releases</a>.</em></p> <blockquote> <h2>v0.0.58</h2> <h2>What's Changed</h2> <ul> <li>add complex UCCSD ansatz by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/417">qiskit-community/ffsim#417</a></li> <li>fix uccsd parameterization by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/418">qiskit-community/ffsim#418</a></li> <li>improve random UCJ operator generation by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/419">qiskit-community/ffsim#419</a></li> <li>allow adjusting mean of diagonal coulomb matrices in random ucj by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/420">qiskit-community/ffsim#420</a></li> <li>Add ReducedDensityMatrix class by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/424">qiskit-community/ffsim#424</a></li> <li>Use numpy functions in variational.util by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/425">qiskit-community/ffsim#425</a></li> <li>Add orbital optimization by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/426">qiskit-community/ffsim#426</a></li> <li>Qiskit gates: Support CCZGate and CRZGate by <a href="https://github.com/q-inho"><code>@​q-inho</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/427">qiskit-community/ffsim#427</a></li> <li>Qiskit gates: Support CSGate and CSdgGate by <a href="https://github.com/q-inho"><code>@​q-inho</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/428">qiskit-community/ffsim#428</a></li> <li>Qiskit gates: Support DiagonalGate by <a href="https://github.com/q-inho"><code>@​q-inho</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/430">qiskit-community/ffsim#430</a></li> <li>Compressed double-factorization: Add option to return optimize result by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/436">qiskit-community/ffsim#436</a></li> <li>Add batch versions of matrix parameterization functions by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/438">qiskit-community/ffsim#438</a></li> <li>Qiskit gates: Support CSwapGate by <a href="https://github.com/q-inho"><code>@​q-inho</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/437">qiskit-community/ffsim#437</a></li> <li>change the return shape of double factorization by <a href="https://github.com/WanHsuanLin"><code>@​WanHsuanLin</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/446">qiskit-community/ffsim#446</a></li> <li>Fix bug in normal-ordering by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/449">qiskit-community/ffsim#449</a></li> <li>add compressed double-factorization of T2 amplitudes by <a href="https://github.com/WanHsuanLin"><code>@​WanHsuanLin</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/422">qiskit-community/ffsim#422</a></li> <li>Support passing empty interaction pairs in LUCJ ansatz by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/450">qiskit-community/ffsim#450</a></li> <li>ensure n_reps &gt; 0 for UCJ operators by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/451">qiskit-community/ffsim#451</a></li> <li>Fix formula for t2 amplitudes by <a href="https://github.com/kevinsung"><code>@​kevinsung</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/452">qiskit-community/ffsim#452</a></li> <li>In LUCJ explanation, add section on parameter initialization from CCSD by <a href="https://github.com/WanHsuanLin"><code>@​WanHsuanLin</code></a> in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/448">qiskit-community/ffsim#448</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/q-inho"><code>@​q-inho</code></a> made their first contribution in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/427">qiskit-community/ffsim#427</a></li> <li><a href="https://github.com/WanHsuanLin"><code>@​WanHsuanLin</code></a> made their first contribution in <a href="https://redirect.github.com/qiskit-community/ffsim/pull/446">qiskit-community/ffsim#446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/qiskit-community/ffsim/compare/v0.0.57...v0.0.58">https://github.com/qiskit-community/ffsim/compare/v0.0.57...v0.0.58</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qiskit-community/ffsim/commit/dbe935dcc36881df6f775d464d1e18d0f40cb044"><code>dbe935d</code></a> bump version to 0.0.58</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/b9b81b27226c63a9b8a71a9447d8b38648e4e9a9"><code>b9b81b2</code></a> In LUCJ explanation, add section on parameter initialization from CCSD (<a href="https://redirect.github.com/qiskit-community/ffsim/issues/448">#448</a>)</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/ce8548b1961c80345f15631718278801509150c1"><code>ce8548b</code></a> use k for indices for consistency</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/b69c213ee2ac9d5e4d233af44d87139d9fb49297"><code>b69c213</code></a> use zero indexing</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/caabc6e410d202531f65d1108b9940f5de52498b"><code>caabc6e</code></a> update code example in README</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/b232a8969bd505c974a0452c775a6040c56691cb"><code>b232a89</code></a> update code example in README</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/dc89df83e30ff41fcb96d94c01040d1bf396e935"><code>dc89df8</code></a> fix formula for t2 amplitudes (<a href="https://redirect.github.com/qiskit-community/ffsim/issues/452">#452</a>)</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/f8cb9fa0c42e6a5c6bf0315178989867d8ba6f6d"><code>f8cb9fa</code></a> rename tests</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/f8f0c05fa57fe2f762e0a26782a96c12ac303fb1"><code>f8f0c05</code></a> ensure n_reps &gt; 0 for UCJ operators (<a href="https://redirect.github.com/qiskit-community/ffsim/issues/451">#451</a>)</li> <li><a href="https://github.com/qiskit-community/ffsim/commit/6e40d7f3094449d0fcb142aba51ae01a98b847d4"><code>6e40d7f</code></a> fix empty pairs bug (<a href="https://redirect.github.com/qiskit-community/ffsim/issues/450">#450</a>)</li> <li>Additional commits viewable in <a href="https://github.com/qiskit-community/ffsim/compare/v0.0.57...v0.0.58">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17ce009 commit 979443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nb-tester/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ scikit-learn~=1.7.1
1919
pyscf~=2.10.0; sys.platform != 'win32'
2020
python-sat~=1.8.dev19
2121
gem-suite~=0.1.6
22-
ffsim~=0.0.57; sys.platform != 'win32'
22+
ffsim~=0.0.58; sys.platform != 'win32'
2323
sympy~=1.14.0

0 commit comments

Comments
 (0)