Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I perform a time evolution with TEBD for a non-Hermitian Hamiltonian? #265

Open
talentkeychen opened this issue Oct 28, 2024 · 1 comment

Comments

@talentkeychen
Copy link

What is your issue?

Hi! Not sure if this feature is already available, but I want to perform a time evolution of an Hamiltonian $H=H_H+H_{nH}$ which is consist of two parts: the Hermitian part $H_{H}$ and the non-Hermitian part $H_{nH}$. The non-Hermitian Hamiltonian is actually a two-body dissipation one as $i \sum_{j=1}^{N-1} \sigma_z^j \sigma_z^j$. I wonder if there is a built-in feature in $\texttt{quimb}$? I understand that for the built-in $\texttt{tebd}$, we can perform the imaginary time evolution but what about this one?

@jcmgray
Copy link
Owner

jcmgray commented Nov 3, 2024

Hi @talentkeychen, yes I think this should work just as-is, supplying the non-hermitian terms. The local evolution in the TEBD class is generated now as np.linalg.expm(real_or_imag_dt * hij), where hij could be any matrix.

I guess there might be some things to think about such as loss of norm, but I would just see what happens first - I haven't tested this kind of system myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants