You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* small fixes in impurity docstrings
* cleanup
* list the impurity methods in the docs
* fix citation
* change order of citations
* remove newline from `ImpurityHOTRG` docstring
* Added extra documentation to `ImpurityTRG` (#116)
* Added extra documentation
* Improved docs
* fix field annotations
* fix merge
---------
Co-authored-by: Jarid Piceu <jarid.piceu@ugent.be>
@assertspace(T, 1) ==space(T_imp1, 1) ==space(T_imp2, 1) ==space(T_imp3, 1) ==space(T_imp4, 1) "First space of T, T_imp1, T_imp2, T_imp3 and T_imp4 must be the same"
36
56
@assertspace(T, 2) ==space(T_imp1, 2) ==space(T_imp2, 2) ==space(T_imp3, 2) ==space(T_imp4, 2) "Second space of T, T_imp1, T_imp2, T_imp3 and T_imp4 must be the same"
37
57
@assertspace(T, 3) ==space(T_imp1, 3) ==space(T_imp2, 3) ==space(T_imp3, 3) ==space(T_imp4, 3) "Third space of T, T_imp1, T_imp2, T_imp3 and T_imp4 must be the same"
38
58
@assertspace(T, 4) ==space(T_imp1, 4) ==space(T_imp2, 4) ==space(T_imp3, 4) ==space(T_imp4, 4) "Fourth space of T, T_imp1, T_imp2, T_imp3 and T_imp4 must be the same"
0 commit comments