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
* modifying julia split_op code with imaginary time evolution.
* adding largescale updates to quantum sysmtes and split_op
* adding plotting intructions to julia file.
* revisions to the bulk text
* adding images and fixing typos.
* smallscale changes to a large number of things.
* updating real time gif.
* formatting LaTeX
* fixing notation in split_op.
Copy file name to clipboardExpand all lines: contents/split-operator_method/split-operator_method.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Regardless, we first need to set all the initial parameters, including the initi
103
103
104
104
As a note, when we generate our grid in momentum space `k`, we need to split the grid into two lines, one that is going from `0` to `-kmax` and is then discontinuous and goes from `kmax` to `0`.
105
105
This is simply because the FFT will naturally assume that the `0` in our grid is at the left side of the simulation, so we shift k-space to match this expectation.
106
-
Also, for this code we will be using the notation from above: `opr.R` will be the real space operators and `opr.M` will be the momentum space operators.
106
+
Also, for this code we will be using notation to what we used above: `opr.R` will be the real space operators and `opr.K` will be the momentum space operators.
107
107
There is another boolean value here called `im_time`, which is for imaginary time evolution.
0 commit comments