Replies: 2 comments
-
In addition, the 200 steps optimization shows the following: |
Beta Was this translation helpful? Give feedback.
-
Are you sure you are normalising correctly the estimation of LdagL? I also suggest you to use current master (which will soon be released as v3.4) because I changed the algorithm used to compute LdagL to one that is a bit more stable and faster. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Recently I have experimented the Examples/DissipativeIsing/ising1d.py code with netket.3.3.2.post2. I try to verify the sampling for LdaggerL and other observables in the following code:
I have the following outcomes:
ll_exact 0.1279338892236631
sz_exact (-3.0008300177896667+0j)
ll_sampling 0.21384986400238362 0.0012018498004683997
sz_sampling (-3.002326+0j) 0.0022461819249562118
While the sz observable estimation is correct, the LdaggerL estimation seems to be quite off. May I know what is the correct way to estimate LdaggerL in this case? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions