-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support open shell systems in solve_fermion (#45)
* Support open shell * reno
- Loading branch information
1 parent
0d2381c
commit 0609fb4
Showing
2 changed files
with
10 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
features: | ||
- | | ||
Open shell systems are now supported in :func:`qiskit_addon_dice_solver.solve_fermion` by setting the ``open_shell`` keyword argument to ``True``. If set to ``True``, the left and right halves of the input bitstrings may contain different hamming weights. |