Skip to content
Snippets Groups Projects
Commit 57c3efc5 authored by Mccaskey, Alex's avatar Mccaskey, Alex Committed by GitHub
Browse files

Update teleport_scaffold.cpp

removing errant qreg allocation
parent c6b2fe3a
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,6 @@ int main (int argc, char** argv) {
// Allocate some qubits, give them a unique identifier...
auto qreg = qpu->allocate("qreg");
auto qreg2 = qpu->allocate("qreg", 0, 1, 2);
// Construct a new Program
xacc::Program quantumProgram(qpu, src);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment