Skip to content

Commit 0de3494

Browse files
Add shallow circuits experiment (#447)
* Add shallow circuits experiment Builds and runs experiment for finding hidden linear functions (HLF) with shallow circuits. This module provides the fundamental building blocks for generating, executing, and analyzing results for finding HLF with shallow circuits experiment, as described in https://arxiv.org/abs/2512.02284.
1 parent 2df20a7 commit 0de3494

File tree

3 files changed

+571
-2
lines changed

3 files changed

+571
-2
lines changed

dev_tools/write-ci-requirements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'current': '~=1.4.0',
1313
'next': '>=1.5.0',
1414
}
15-
"""Give names to relative Cirq versions so CI can have consistent names while versions
15+
"""Give names to relative Cirq versions so CI can have consistent names while versions
1616
get incremented."""
1717

1818

@@ -76,7 +76,7 @@ def main(*, out_fn: str = 'ci-requirements.txt', relative_cirq_version: str = 'c
7676

7777
extras_require = [
7878
'otoc', 'qaoa', 'optimize', 'hfvqe', 'fermi_hubbard', 'qml_lfe',
79-
'seniority_zero', 'qcqmc'
79+
'seniority_zero', 'qcqmc', 'contextuality'
8080
]
8181
extras_require = {
8282
r: _parse_requirements(pathlib.Path(REPO_DIR / f'recirq/{r}/extra-requirements.txt'))

0 commit comments

Comments
 (0)