Skip to content

Commit

Permalink
write IonQ transpiler; initial iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Guo committed Oct 25, 2023
1 parent d14c80e commit 10abe5b
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 254 deletions.
8 changes: 8 additions & 0 deletions examples/ionq_test.qasm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OPENQASM 2.0;
include "qelib1.inc";

qreg q[2];
qreg a[2];

tdg a[0];
crz(2) a[1], q[0];
Loading

0 comments on commit 10abe5b

Please sign in to comment.