Conversation
mariuskh
commented
Feb 13, 2024
doc/pub/week2/ipynb/week2.ipynb
Outdated
| "$$\n", | ||
| "\\hat{P}_{ij}\\Psi_{\\lambda}(x_1, x_2, \\dots,x_i,\\dots,x_j,\\dots,x_N)=\n", | ||
| "\\beta\\Psi_{\\lambda}(x_1, x_2, \\dots,x_i,\\dots,x_j,\\dots,x_N),\n", | ||
| "\\beta\\Psi_{\\lambda}(x_1, x_2, \\dots,x_j,\\dots,x_i,\\dots,x_N),\n", |
Author
There was a problem hiding this comment.
I realize now that this was probably correct the way it was. I will change it back.
mariuskh
commented
Feb 13, 2024
| "source": [ | ||
| "$$\n", | ||
| "H_0\\vert 10 \\rangle = \\epsilon_{10}\\vert 10 \\rangle,\n", | ||
| "H_0\\vert 01 \\rangle = \\epsilon_{01}\\vert 01 \\rangle,\n", |
Author
There was a problem hiding this comment.
These changes are strictly speaking not necessary, but I guess it makes sense to change the ordering, because of the correction above in the definition of |01> and |10>.
2c84b9b to
e0c61cb
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think the corrections should be OK, but please have a look before merging :)
Note: This is branched from the other pull request (for week1). So if this one is merged, the other one can be deleted.