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

Use ITensors v0.7 (Drop support for old ITensors <= v0.6) #18

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

terasakisatoshi
Copy link
Member

@terasakisatoshi terasakisatoshi commented Nov 15, 2024

FastMPOContractions requires ITensors v0.7 while our Quantics.jl currently does not allow to install ITensors v0.7.
Since ITensors v0.7 has changed many APIs(e.g. MPS, MPO randomMPS have been moved into ITensorMPS package), it is difficult for us to keep compat old ITensors <= v0.6.

This PR drops for old ITensors <= v0.6 and requires v0.7 at least.

@terasakisatoshi terasakisatoshi changed the title Use ITensors v0.7 (Drop support old ITensors <= v0.6) Use ITensors v0.7 (Drop support for old ITensors <= v0.6) Nov 15, 2024
@terasakisatoshi
Copy link
Member Author

We don't have to check tests for Julia v1.9.

@terasakisatoshi
Copy link
Member Author

Re-run all tests for Julia lts(v1.10.6) Julia 1 (v1.11.1)

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

Successfully merging this pull request may close these issues.

1 participant