Skip to content

Commit b496802

Browse files
committed
inverse sqrt(X) - renamed when exporting to Quil/pyQuil
1 parent ff82ef6 commit b496802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/quantum-circuit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ var QuantumCircuit = function(numQubits) {
354354
exportInfo: {
355355
quil: {
356356
name: "srndg",
357-
defgate: "DEFGATE srn:\n 0.5-0.5i, 0.5+0.5i\n 0.5+0.5i, 0.5-0.5i"
357+
defgate: "DEFGATE srndg:\n 0.5-0.5i, 0.5+0.5i\n 0.5+0.5i, 0.5-0.5i"
358358
},
359359
pyquil: {
360-
name: "srn",
360+
name: "srndg",
361361
array: "[[0.5-0.5j, 0.5+0.5j], [0.5+0.5j, 0.5-0.5j]]"
362362
},
363363
cirq: {

0 commit comments

Comments
 (0)