-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use only upper triangle to define the orbital optimization rotation (#…
…130) * Use only upper triangle to define the rotation * bugs * Fix nb, release note, style * Clean up unused var * re-run notebook * Update qiskit_addon_sqd/fermion.py Co-authored-by: Kevin J. Sung <[email protected]> * peer review --------- Co-authored-by: Kevin J. Sung <[email protected]>
- Loading branch information
1 parent
e8642f6
commit b2782dc
Showing
3 changed files
with
72 additions
and
136 deletions.
There are no files selected for viewing
112 changes: 13 additions & 99 deletions
112
docs/how_tos/use_oo_to_optimize_hamiltonian_basis.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
upgrade: | ||
- | | ||
:func:`qiskit_addon_sqd.fermion.optimize_orbitals` and :func:`qiskit_addon_sqd.fermion.rotate_integrals` now require ``k_flat`` to specify the upper triangle (not including diagonal) of the rotation matrix, rather than the entire matrix. |