Closed jiangtong1000 closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.01%
:tada:
Comparison is base (
b10fcaf
) 84.82% compared to head (d24e8c9
) 84.84%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks great! Is it reported in the literature? And how fast is it for typical cases?
Looks great! Is it reported in the literature? And how fast is it for typical cases?
yea I think this is a well known trick, see Eq 6 of (https://arxiv.org/abs/1703.04789)
@liwt31 I did not test with typical systems yet, but in principle I think it can speed up N times? if we consider the step of updating the Environment
This PR is a follow up of #154 Could improve the qc speed. The qc mpo is added by N smaller mpos with bond dim of O(N).