-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last updates before v0.12 tag #230
Conversation
Codecov ReportAttention: Patch coverage is
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big fan of the IDMRG1
rename.
The rest of the changes look good.
Having documentation on environments is something that is very necessary in my opinion as this is something I've heard users complain about not being clear at all. It is however, not essential for the release of 0.12 so all is good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I just added a few minor things:
- The
makedocs
call threw an error, seemed like a typo in the doctest kwarg and was fixed by changingdoctests -> doctest
- There was a missing finite lattice in the Hamiltonian construction in the
ChepigaAnsatz
example, causing it to fail. I added it so it runs and the (local) build is fixed, but it seems it doesn't actually give the expected result? - There was a missing docstring for
fidelity_susceptibility
, so I added this to the best of my abilities - The
exact_diagonalization
docstring was not very useful, so I tried to expand it a bit - Fixed some typos and made some minor cosmetic tweaks
- Added the return arguments to the function signature in the docstrings of the main algorithms. This is something that I keep forgetting, so I thought might as well add it now
I tried to give the docs a final push to try and get this released tomorrow.
It can locally be run using QuantumKitHub/MPSKitModels.jl#42, which cannot be released before tagging this so we will have to do some post-release fixing of the docs.
While it's obvious that the docs are far from finished, I don't think it is worth it to wait for them to release this. For me, this is thus good to go.