Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quantumlib/OpenFermion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: quantumlib/OpenFermion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 1, 2026

  1. Fix Scorecard workflow problem when dealing with PR forks (#1253)

    This should avoid the current "Analysis configuration not found" errors.
    mhucka authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    6338095 View commit details
    Browse the repository at this point in the history
  2. Improve reliability and tests for map_particle_hole_dm_to_one_pdm (#1241

    )
    
    This change addresses a potential ZeroDivisionError in
    `map_particle_hole_dm_to_one_pdm` by raising a `ValueError` when the
    denominator is zero. It also adds a unit test to verify this behavior
    and ensure edge cases are handled correctly.
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    mhucka and gemini-code-assist[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7601ed2 View commit details
    Browse the repository at this point in the history
Loading