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

@show for sparse_MPO does not work. #169

Closed
Gertian opened this issue Aug 7, 2024 · 0 comments · Fixed by #199
Closed

@show for sparse_MPO does not work. #169

Gertian opened this issue Aug 7, 2024 · 0 comments · Fixed by #199
Labels
enhancement New feature or request

Comments

@Gertian
Copy link
Collaborator

Gertian commented Aug 7, 2024

Whilst trying out the imaginary time evolution MPO I found out that the @show function for sparse_MPO doesn't work. A MWE is :

using MPSKitModels
Ham = MPSKitModels.transverse_field_ising();
expham = make_time_mpo(Ham,im*dt,WII()); 
@show expham

This doesn't pose any real issues but I thought it would be good to be aware of this.

@Gertian Gertian added the enhancement New feature or request label Aug 7, 2024
@lkdvos lkdvos linked a pull request Dec 12, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant