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

Move code to ITensors.ITensorMPS #67

Closed
wants to merge 29 commits into from
Closed

Conversation

emstoudenmire
Copy link
Collaborator

This PR moves all of the code in this package to the ITensors.ITensorMPS module.
Other changes:

  • Reexport added as a dependency
  • For now, ITensorTDVP.dmrg defined to call ITensorMPS.alternate_dmrg
  • Some tests and example code updated to reflect new location of code

@emstoudenmire
Copy link
Collaborator Author

Tests are not passing yet, of course, because the companion PR (ITensor/ITensors.jl#1366) in ITensors.jl is not merged.

src/ITensorTDVP.jl Outdated Show resolved Hide resolved
test/test_dmrg.jl Outdated Show resolved Hide resolved
test/test_dmrg_x.jl Outdated Show resolved Hide resolved
test/test_tdvp.jl Outdated Show resolved Hide resolved
@emstoudenmire emstoudenmire marked this pull request as draft March 28, 2024 08:59
emstoudenmire and others added 5 commits March 29, 2024 14:15
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
Project.toml Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (738c5f5) to head (010a696).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             main       #67       +/-   ##
============================================
+ Coverage   85.87%   100.00%   +14.12%     
============================================
  Files          17         1       -16     
  Lines         524         1      -523     
============================================
- Hits          450         1      -449     
+ Misses         74         0       -74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

examples/05_utils.jl Outdated Show resolved Hide resolved
src/ITensorTDVP.jl Outdated Show resolved Hide resolved
src/solver_utils.jl Outdated Show resolved Hide resolved
src/ITensorTDVP.jl Outdated Show resolved Hide resolved
Project.toml Show resolved Hide resolved
src/ITensorTDVP.jl Outdated Show resolved Hide resolved
src/ITensorTDVP.jl Outdated Show resolved Hide resolved
src/ITensorTDVP.jl Outdated Show resolved Hide resolved
@mtfishman mtfishman changed the title Move code to ITensors.ITensorMPS Move code to ITensors.ITensorMPS Apr 2, 2024
src/ITensorTDVP.jl Outdated Show resolved Hide resolved
test/test_linsolve.jl Outdated Show resolved Hide resolved
@emstoudenmire emstoudenmire marked this pull request as ready for review April 28, 2024 01:47
@emstoudenmire
Copy link
Collaborator Author

The latest commits revert back to the previous style of wrapping functions moved to ITensors.ITensorMPS, which have itensortdvp_ at the beginning.

@mtfishman mtfishman closed this May 3, 2024
@mtfishman mtfishman deleted the import_from_ITensorMPS branch May 3, 2024 12:57
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.

3 participants