Skip to content

Commit

Permalink
Merge pull request #3 from cda-tum/prepare-heuristic
Browse files Browse the repository at this point in the history
Prepare heuristic
  • Loading branch information
danielschoenberger authored Feb 22, 2024
2 parents 5d0627e + 54edcee commit 9a27c04
Show file tree
Hide file tree
Showing 22 changed files with 9,786 additions and 1 deletion.
805 changes: 805 additions & 0 deletions Cycles.py

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions QASM_files/full_register_access_06.qasm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
OPENQASM 2.0;
include "qelib1.inc";
qreg q[50];

h q[0];
h q[1];
h q[2];
h q[3];
h q[4];
h q[5];
55 changes: 55 additions & 0 deletions QASM_files/full_register_access_50.qasm
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
OPENQASM 2.0;
include "qelib1.inc";
qreg q[50];

h q[0];
h q[1];
h q[2];
h q[3];
h q[4];
h q[5];
h q[6];
h q[7];
h q[8];
h q[9];
h q[10];
h q[11];
h q[12];
h q[13];
h q[14];
h q[15];
h q[16];
h q[17];
h q[18];
h q[19];
h q[20];
h q[21];
h q[22];
h q[23];
h q[24];
h q[25];
h q[26];
h q[27];
h q[28];
h q[29];
h q[30];
h q[31];
h q[32];
h q[33];
h q[34];
h q[35];
h q[36];
h q[37];
h q[38];
h q[39];
h q[40];
h q[41];
h q[42];
h q[43];
h q[44];
h q[45];
h q[46];
h q[47];
h q[48];
h q[49];

Loading

0 comments on commit 9a27c04

Please sign in to comment.