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
It seems the scaling with system size of the build time of a ParametricHamiltonian is quite bad. While allocations are perfectly under control, build time seems to be quite superlinear with the number of sites. This leads to unacceptable overhead when combining them with O(N) methods such as KPM.
It seems the scaling with system size of the build time of a
ParametricHamiltonian
is quite bad. While allocations are perfectly under control, build time seems to be quite superlinear with the number of sites. This leads to unacceptable overhead when combining them with O(N) methods such as KPM.(Thanks @fernandopenaranda for the heads up!)
The text was updated successfully, but these errors were encountered: