quantumlib / OpenFermion

The electronic structure package for quantum computers.
Apache License 2.0
1.51k stars 372 forks source link

Newer versions of jax introduce breaking change when import jax.config #893

Closed fdmalone closed 2 weeks ago

fdmalone commented 1 month ago

E.g. https://github.com/quantumlib/OpenFermion/blob/e33a29e7bf8ca0c9a85a97a8be89851b74040387/src/openfermion/resource_estimates/thc/utils/thc_objectives.py#L6 causes an error for jax > 0.4.23 (which is what the CI is currently pinned to)

fdmalone commented 1 month ago

Need to update as per: https://github.com/google/jax/discussions/18403