Open willOcean1 opened 4 months ago
EigenvecIO = "out"
in your input file if you are using standard mode to output the eigenstates. If you are using expert mode, change the value to the right of OutputEigenVec
in calcmod.def
from 0
to 1
. The data format for the output eigenstates is described in the manual.FYI, there is an example for calculating the inner product of eigenstates in HPhi tutorial (https://issp-center-dev.github.io/HPhi/manual/develop/tutorial/en/html/zero_temperature/vector.html). A python script for loading eigenvectors is available in this tutorial.
I encountered an error while running my code. Is it because the number of iterations is too low (default is 2000)? However, blindly increasing the number of iterations will raise the computational cost. How should I make a trade-off?
I want to calculate fidelity and entanglement entropy. How should I do it?