-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into lightsout-updates
# Conflicts: # pyproject.toml # uv.lock
- Loading branch information
Showing
156 changed files
with
3,020 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
path: dist | ||
merge-multiple: true | ||
- name: Generate artifact attestation for sdist and wheel(s) | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
subject-path: "dist/*" | ||
- uses: pypa/gh-action-pypi-publish@release/v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
scripts/ft_stateprep/eval_det/circuits/11_1_3/zero_heuristic.qasm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
OPENQASM 2.0; | ||
include "qelib1.inc"; | ||
qreg q[11]; | ||
h q[0]; | ||
h q[1]; | ||
h q[2]; | ||
h q[3]; | ||
h q[4]; | ||
cx q[4],q[9]; | ||
cx q[4],q[7]; | ||
cx q[3],q[5]; | ||
cx q[4],q[10]; | ||
cx q[2],q[9]; | ||
cx q[1],q[7]; | ||
cx q[0],q[5]; | ||
cx q[3],q[6]; | ||
cx q[1],q[10]; | ||
cx q[9],q[5]; | ||
cx q[7],q[8]; | ||
cx q[1],q[9]; | ||
cx q[0],q[7]; | ||
cx q[10],q[6]; | ||
cx q[5],q[8]; |
33 changes: 33 additions & 0 deletions
33
scripts/ft_stateprep/eval_det/circuits/16_2_4/zero_heuristic.qasm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
OPENQASM 2.0; | ||
include "qelib1.inc"; | ||
qreg q[16]; | ||
h q[0]; | ||
h q[1]; | ||
h q[2]; | ||
h q[3]; | ||
h q[4]; | ||
h q[5]; | ||
h q[6]; | ||
cx q[5],q[12]; | ||
cx q[4],q[12]; | ||
cx q[2],q[10]; | ||
cx q[6],q[7]; | ||
cx q[5],q[8]; | ||
cx q[3],q[11]; | ||
cx q[1],q[9]; | ||
cx q[0],q[10]; | ||
cx q[12],q[13]; | ||
cx q[6],q[11]; | ||
cx q[4],q[7]; | ||
cx q[3],q[8]; | ||
cx q[13],q[14]; | ||
cx q[12],q[9]; | ||
cx q[10],q[15]; | ||
cx q[6],q[12]; | ||
cx q[5],q[11]; | ||
cx q[4],q[8]; | ||
cx q[3],q[7]; | ||
cx q[2],q[13]; | ||
cx q[1],q[15]; | ||
cx q[0],q[14]; | ||
cx q[9],q[10]; |
27 changes: 27 additions & 0 deletions
27
scripts/ft_stateprep/eval_det/circuits/carbon/zero_heuristic.qasm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
OPENQASM 2.0; | ||
include "qelib1.inc"; | ||
qreg q[12]; | ||
h q[0]; | ||
h q[1]; | ||
h q[2]; | ||
h q[4]; | ||
h q[7]; | ||
cx q[7],q[11]; | ||
cx q[1],q[5]; | ||
cx q[7],q[9]; | ||
cx q[4],q[10]; | ||
cx q[2],q[8]; | ||
cx q[1],q[3]; | ||
cx q[0],q[6]; | ||
cx q[10],q[9]; | ||
cx q[8],q[7]; | ||
cx q[6],q[11]; | ||
cx q[4],q[3]; | ||
cx q[2],q[1]; | ||
cx q[0],q[5]; | ||
cx q[11],q[10]; | ||
cx q[9],q[8]; | ||
cx q[7],q[6]; | ||
cx q[5],q[4]; | ||
cx q[3],q[2]; | ||
cx q[1],q[0]; |
Oops, something went wrong.