We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9ab3d commit c6e13ebCopy full SHA for c6e13eb
README.md
@@ -25,6 +25,12 @@ at [http://www.cs.wm.edu/~andreas/software/](http://www.cs.wm.edu/~andreas/softw
25
26
All [code](https://github.com/wpoely86/Hubbard-GPU) is under the [GPLv3](https://www.gnu.org/licenses/gpl.txt).
27
28
+Symmetry
29
+--------
30
+I've added support for momentum symmetry and spin symmetry. The momentum works
31
+great but spin symmetry is slow because of the many operations needed to build the
32
+hamiltonian. The GPU currently doesn't make use of any of these symmetries.
33
+
34
Documentation
35
-------------
36
All code is documented with doxygen. The full docs can be
0 commit comments