forked from qiskit-community/qiskit-nature
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing QEOMResult docs (qiskit-community#1037)
* Fix docstring and add deprecation messages for stds * Fix docstring and add deprecation messages for stds * Implement the commutators for SparsePauliOp and make the QEOM code rely less on QubitOperator * fix spelling * Revert "Implement the commutators for SparsePauliOp and make the QEOM code rely less on QubitOperator" This reverts commit f21487d. * Update Release note and fix spelling * Fix spelling * Add word pylintdict * Spelling releasenote * Fix spelling releasenote * Fix docstring and eigenstate error * add reference * Fix black * Update releasenotes/notes/update-qeomresult-docstring-and-pending-deprecate-mqwv-matrix-std-setters-5bc2d84a941dca72.yaml Co-authored-by: Max Rossmannek <[email protected]> * Docs and links * Fix init * Expose QEOMResult documentation * Change copyrights * Delete duplicate release note * fix link spelling --------- Co-authored-by: Max Rossmannek <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4329755
commit dbe573b
Showing
5 changed files
with
129 additions
and
19 deletions.
There are no files selected for viewing
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
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
5 changes: 2 additions & 3 deletions
5
releasenotes/notes/pending-deprecate-mqwv-matrix-setter-1cd9e2dfb68d1a85.yaml
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
deprecations: | ||
- | | ||
The M, Q, W, V matrix setters from | ||
:class:`~qiskit_nature.second_q.algorithms.excited_state_solvers.qeom.QEOMResult` | ||
The M, Q, W, V matrix setters and M, Q, W, V matrix standard deviation setters from | ||
:class:`~qiskit_nature.second_q.algorithms.excited_states_solvers.qeom.QEOMResult` | ||
were pending deprecated and remain computable from the H and S matrices. | ||