dmrg101 icon indicating copy to clipboard operation
dmrg101 copied to clipboard

Python implementation of the DMRG algorithm for the Taipei DMRG Winter School

Results 6 dmrg101 issues
Sort by recently updated
recently updated
newest added

Not sure if you are still maintaining this, but I was looking for tutorials and found this. The link you provided points to `http://dmrg101.readthedocs.org/en/latest/`, which does not exist. A little...

When you apply an operator that acts only in one side, left or right, you don't need to make the multiplication by the identity on the other side, as you...

enhancement

You need to specify which versions they have to install. Probably this is just a copy of the requirements file for pip.

bug

Write the docs for the alternative installations of the prerequisites, i.e. when you don't want to use EPD.

enhancement

# ## FAIL: Doctest: dmrg101.core.reduced_DM.diagonalize Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py", line 2166, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for dmrg101.core.reduced_DM.diagonalize File "/Users/ivan/src/projects/dmrg101/dmrg101/core/reduced_DM.py", line 10, in diagonalize...

bug