-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ Release history | |
releases/0_3_0 | ||
releases/0_4_0 | ||
releases/0_5_0 | ||
releases/0_6_0 |
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,21 @@ | ||
0.6.0 | ||
----- | ||
|
||
In the previous release, ``RestrictedPartHoleDrudge`` is narrower in scope than | ||
the ``SpinOneHalfPartHoleDrudge``. After some internal revision, now all | ||
problems for ``SpinOneHalfPartHoleDrudge`` should be able to be handled with | ||
``RestrictedPartHoleDrudge``. For expressions with many terms coming from | ||
concrete spin summation, significant speed up can be brought. | ||
|
||
To update to the new drudge, | ||
|
||
* When your theory is already based on unitary group generators, just remove | ||
your definition and use the definition from the drudge. | ||
|
||
* When your theory is not written in terms of unitary group generators, it is | ||
strongly advised that your theory is rewritten in terms of them. If it | ||
really cannot, use symbolic summation over spin values as much as possible. | ||
|
||
* Even when the spin values are never summed abstractly, simply change the | ||
drudge to this new one might still be beneficial. | ||
|