Add wiring
This commit is contained in:
parent
20c13c1cdf
commit
a74dfd5f5f
20 changed files with 553 additions and 14 deletions
|
@ -15,7 +15,7 @@ TEST_CASE(TestQuantumCircuitParsing, "quantum_computing")
|
|||
|
||||
TestRenderer renderer(100, 100);
|
||||
|
||||
auto node = std::make_unique<QuantumCircuitNode>(Point(10, 10));
|
||||
auto node = std::make_unique<QuantumCircuitNode>(Point(20, 20));
|
||||
|
||||
node->setContent(circuit.get());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue