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

Update MPS manual in docs #262

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Update MPS manual in docs #262

wants to merge 10 commits into from

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    f3b2c4f View commit details
    Browse the repository at this point in the history
  2. Update MPS manual

    jofrevalles committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a9623a6 View commit details
    Browse the repository at this point in the history
  3. Update mps manual

    jofrevalles committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    20c4ef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e18b5f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8c3470 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2a63bc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    1372e1a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Update mps tutorial docs

    jofrevalles committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8d53a34 View commit details
    Browse the repository at this point in the history
  2. fix Array-TracedRArray contraction and force dense representation…

    … of Yao gates (#258)
    
    * try fix reordering of sites
    
    * try fix layout of multi-qubit gates in Yao to Tenet conversion
    
    * Remove permutedims & add collect for array building
    
    * minor fixes on Reactant pkg extension
    
    * implement `copy` for some structs
    
    * fix column- to row-major layout conversion on `Reactant.promote_to` call
    
    * remove dead code
    
    ---------
    
    Co-authored-by: Todorbsc <[email protected]>
    2 people authored and jofrevalles committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1cad26e View commit details
    Browse the repository at this point in the history
  3. Add evolve! for evolution of an MPS with an MPO (#264)

    * Add evolve! function for an MPS with an MPO
    
    * Add tests for MPS-MPO evolution
    
    * Remove unnecessary @show
    
    * Add comment
    
    * Fix kwarg handling on truncate! function
    
    * Fix normalize! for Canonical form and small fixes on evolve! with MPO
    
    * Extend evolve!(mps, mpo) tests
    
    * Format code
    
    * Remove unnecessary kwarg
    
    * Refactor code so it is easier to extend for other canonical forms
    
    * Fix comment
    
    * Enhance tests
    
    * Add reset_index kwarg
    
    * Update tests
    
    * Format code
    
    * Remove unnecessary Quantum functions, add docstring for truncate_sweep!
    
    * Format code
    
    * Remove stale function
    jofrevalles committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1bde3fc View commit details
    Browse the repository at this point in the history