Very recently we have found out that the electron occupation number changes drastically after several times of imaginary time-evolution.
The very finding has been reproduced on several GPU platforms with a test file (holstein-test.zip) provided by @zhoulq2333. With any version of renormalizer not earlier than 254b981, the value of e_occupation, which in principle should remain unchanged, deviates significantly from the initial value of 0.1 after a mere evolution of about 20 steps. Please feel free to carry out the test on your own.
In brief, the commit of 254b981 does two things
- add an environment variable
RENO_NUM_THREADS to unify multi-thread libraries
- modify the tolerence used in MPS canonicalization
Bugs introduced by the latter should have been addressed by #167, while as I mentioned in #167 (comment), setting RENO_NUM_THREADS to 1 does not take effect in the latest version cloned from the master branch, though helps in the version of v0.0.4.
Therefore, I am seeking help here on how to address the problem, either to validate its existence or to investigate its origin.
Very recently we have found out that the electron occupation number changes drastically after several times of imaginary time-evolution.
The very finding has been reproduced on several GPU platforms with a test file (holstein-test.zip) provided by @zhoulq2333. With any version of
renormalizernot earlier than 254b981, the value ofe_occupation, which in principle should remain unchanged, deviates significantly from the initial value of 0.1 after a mere evolution of about 20 steps. Please feel free to carry out the test on your own.In brief, the commit of 254b981 does two things
RENO_NUM_THREADSto unify multi-thread librariesBugs introduced by the latter should have been addressed by #167, while as I mentioned in #167 (comment), setting
RENO_NUM_THREADSto 1 does not take effect in the latest version cloned from themasterbranch, though helps in the version ofv0.0.4.Therefore, I am seeking help here on how to address the problem, either to validate its existence or to investigate its origin.