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: v1.6.0
Choose a base ref
...
head repository: quantumlib/OpenFermion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 9 commits
  • 333 files changed
  • 3 contributors

Commits on Oct 30, 2023

  1. Move version back to dev. (#850)

    * Tag version back to dev.
    
    * Fix dev version number.
    fdmalone committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    570abae View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Bump requirements (#854)

    * Bump requirements
    
    * Format
    mpharrigan committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    85e533e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Reformat src/openfermion using black formatter. (#846)

    * Add black / isort configuration to pyproject.toml.
    
    * Fix configuration.
    
    * Reformat using black.
    
    * Ignore reformat for git blame.
    
    * Up max line lenght in pylintrc.
    fdmalone committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0c3c528 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Bump cryptography from 41.0.4 to 41.0.6 in /dev_tools/requirements (#855

    )
    
    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.4...41.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    769e03c View commit details
    Browse the repository at this point in the history
  2. Fix pytest deprecation warnings. (#852)

    * Fix pytest deprecation warnings.
    
    * Remove extra ".
    fdmalone committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    40f2bb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Bump fonttools from 4.39.4 to 4.43.0 in /dev_tools/requirements (#857)

    Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.39.4 to 4.43.0.
    - [Release notes](https://github.com/fonttools/fonttools/releases)
    - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
    - [Commits](fonttools/fonttools@4.39.4...4.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: fonttools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    dbef820 View commit details
    Browse the repository at this point in the history
  2. Fix scipy sqrtm precision issue (#864)

    * Use eigendecomposition inplace of la.sqrtm.
    
    * Update envs.
    
    * Upper limit on cirq due to gate equality failure.
    
    * Update dependencies.
    
    * Fix comment typo about sqrt.
    fdmalone committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    39a0b08 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Remove limit on cirq (#867)

    * Fix gate equality failure in QuadraticFermionicSimulationGate.
    
    Address #865. Bump cirq version to 1.3.0.
    
    * Remove duplicated env files.
    
    These are now saved under envs/
    fdmalone committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    07cfa0a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Patched version number.

    fdmalone committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    16c6b06 View commit details
    Browse the repository at this point in the history
Loading