quantumlib / ReCirq

Research using Cirq!
https://quantumai.google/cirq/experiments
Apache License 2.0
275 stars 117 forks source link

QCQMC notebook refactor #356

Closed fdmalone closed 3 months ago

fdmalone commented 4 months ago

Adds some utility functions for interacting with the AFQMC code ipie and tidies up some things.

Depends on #355

fdmalone commented 3 months ago

Somehow the "previous" cirq version is causing a breakage of the CI and it fails to install numpy (going back to 1.19.x)

dstrain115 commented 3 months ago

Somehow the "previous" cirq version is causing a breakage of the CI and it fails to install numpy (going back to 1.19.x)

FYI: this is installing cirq 1.1, which is from 2022 and probably has quite old dependencies. We probably need to upgrade cirq dependencies in ReCirq.

mpharrigan commented 3 months ago

Sorry. The previous, current, next thing was set up before cirq reached 1.0 and there were more version compatibility concerns

fdmalone commented 3 months ago

It's weird that I couldn't merge master into this branch on the website following #358, fingers crossed.