Hello everyone,
I am currently working on extracting critical data, such as central charge and scaling dimension, from a 1D critical quantum spin chain. To achieve this, I am following the approach outlined in equation 8 of the paper https://arxiv.org/pdf/1706.01436.pdf which involves constructing a Fourier transform of the Hamiltonian.
I am interested in exploring the possibility of creating an MPO (Matrix Product Operator) version for the Fourier-transformed Hamiltonian within the ITensor library using Julia. More specifically, I am aiming to implement the expression H_2=\sum exp(4 piij/N) H_j from equation 8.
If anyone has insights, suggestions, or code snippets related to this particular task, I would greatly appreciate your input. Any guidance on how to effectively construct this MPO version for the Fourier-transformed Hamiltonian would be extremely helpful.
Thank you in advance for your time and assistance!