Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #146 +/- ##
=======================================
Coverage 90.28% 90.28%
=======================================
Files 54 54
Lines 3583 3583
=======================================
Hits 3235 3235
Misses 348 348
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@emstoudenmire based on your comment in #130, should we just disable this instead of fixing it? |
|
Yes, personally I'd view the idea of combining noise terms / subspace expansions with TDVP as a kind of experimental concept (even at a algorithm research level) so we should disable it here. Even if we do enable it, we'd do so with a different formulation of the subspace expansion that only adds in orthogonal vectors, which is not what the ITensorMPS 'noise' approach currently does. |
Agreed. I think if you are doing imaginary time evolution, this formulation of subspace expansion through the noise term could be sufficient, but as you say for real time evolution it is probably not correct, and allowing users to use it is misleading in those cases. |
Description
This small change fixes the undefined variable encountered when supplying the
noisevariable to any function usingregion_update!, e.g.,tdvp.Fixes #130